IDE: Add file suffix ".todo" to IDE's open dialog filter.

This commit is contained in:
Juha 2025-02-18 20:24:20 +02:00
parent e4396f44b8
commit 94021dc8b0

View File

@ -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;