mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 15:50:16 +02:00
IDE: Localize OpenDialog filter in Component Pallette options frame. Issue #28214, patch from Alexey Torgashin.
git-svn-id: trunk@49229 -
This commit is contained in:
parent
fec6004fd9
commit
78b1df7582
@ -159,7 +159,7 @@ begin
|
||||
ExportButton.Caption := lisDlgExport;
|
||||
// File dialogs
|
||||
ImportDialog.Title := lisImport;
|
||||
ImportDialog.Filter := 'XML file (*.xml)|*.xml|All files (*)|*';
|
||||
ImportDialog.Filter := Format('%s|*.xml|%s|*|', [lisXMLFiles, lisAllFiles]);
|
||||
ExportDialog.Title := lisExport;
|
||||
ExportDialog.Filter := ImportDialog.Filter;
|
||||
// Components in one page
|
||||
|
Loading…
Reference in New Issue
Block a user