mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:02:02 +02:00
LCL: make file dialog title translatable (note that default title will be translated by using lclstrconsts.xx.po in your program). Fixes bug #12969.
git-svn-id: trunk@27708 -
This commit is contained in:
parent
68408f771e
commit
02790b2ed8
@ -97,7 +97,7 @@ type
|
||||
property HelpContext: THelpContext read FHelpContext write FHelpContext default 0;
|
||||
property Width: integer read FWidth write SetWidth default 0;
|
||||
property Height: integer read FHeight write SetHeight default 0;
|
||||
property Title: string read FTitle write FTitle stored IsTitleStored;
|
||||
property Title: TTranslateString read FTitle write FTitle stored IsTitleStored;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user