mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 23:49:34 +02:00
Debugger: Add file filter to History dialog. Issue #28189, patch from Alexey Torgashin.
git-svn-id: trunk@49190 -
This commit is contained in:
parent
f5bdffceb6
commit
50f2b070b6
@ -362,6 +362,11 @@ begin
|
||||
for i := low(COL_WIDTHS) to high(COL_WIDTHS) do
|
||||
lvHistory.Column[i].Width := COL_WIDTHS[i];
|
||||
|
||||
OpenDialog1.Title := lisImport;
|
||||
SaveDialog1.Title := lisExport;
|
||||
|
||||
OpenDialog1.Filter := Format('%s|*.xml|%s|*.*|', [lisXMLFiles, lisAllFiles]);
|
||||
SaveDialog1.Filter := OpenDialog1.Filter;
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
Loading…
Reference in New Issue
Block a user