mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
IDE: Add file suffix ".todo" to IDE's open dialog filter.
This commit is contained in:
parent
e4396f44b8
commit
94021dc8b0
@ -159,7 +159,7 @@ begin
|
||||
+ '|' + dlgFilterLazarusForm + ' (*.lfm;*.dfm)|*.lfm;*.dfm'
|
||||
+ '|' + dlgFilterLazarusPackage + ' (*.lpk)|*.lpk'
|
||||
+ '|' + dlgFilterLazarusProjectSource + ' (*.lpr)|*.lpr'
|
||||
+ '|' + dlgFilterLazarusOtherFile + ' (*.inc;*.lrs;*.lpl)|*.inc;*.lrs;*.lpl';
|
||||
+ '|' + dlgFilterLazarusOtherFile + ' (*.inc;*.lrs;*.lpl;*.todo)|*.inc;*.lrs;*.lpl;*.todo';
|
||||
end;
|
||||
|
||||
function GetFileDialogFilterFromGrid(Grid: TStringGrid): string;
|
||||
|
Loading…
Reference in New Issue
Block a user