diff --git a/MyDelphi.dproj b/MyDelphi.dproj index 5953ea74cd6ae2e82d18741c93c31740fe150621..4fc85fea70913059f848a07e8ef74c886fafb9bb 100644 --- a/MyDelphi.dproj +++ b/MyDelphi.dproj @@ -342,23 +342,23 @@ true - + - ic_notification.png true - + true - + + ic_notification.png true - + true diff --git a/MyDialogs.pas b/MyDialogs.pas index c824f2644a859693d6dd779dc47d2901cd49bb4a..31b52173e73750604effac2e7153c5657e242d23 100644 --- a/MyDialogs.pas +++ b/MyDialogs.pas @@ -285,6 +285,8 @@ begin FFilterList.add('.pas=PASCAL源代码'); FFilterList.add('.bat=批处理文件'); FFilterList.add('.html=HTML网页文件'); + FFilterList.add('.xml=XML数据文件'); + FFilterList.add('.lrc=歌词文件'); FMultiSelect := False; TPlatformServices.Current.SupportsPlatformService(IFMXVirtualKeyboardService, IInterface(FFMXVirtualKeyboardService));