mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 18:59:08 +02:00
Tools: glazres: set title for savedialog.
git-svn-id: trunk@47229 -
This commit is contained in:
parent
c269148f37
commit
78c1e7ea80
@ -378,6 +378,7 @@ object GLazResForm: TGLazResForm
|
|||||||
Width = 552
|
Width = 552
|
||||||
OnAcceptFileName = DestEdtAcceptFileName
|
OnAcceptFileName = DestEdtAcceptFileName
|
||||||
DialogKind = dkSave
|
DialogKind = dkSave
|
||||||
|
DialogTitle = 'Save resourcefile as'
|
||||||
DialogOptions = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
|
DialogOptions = [ofOverwritePrompt, ofEnableSizing, ofViewDetail]
|
||||||
Filter = 'Lazarus Resource Files|*.lrs|All Files|*'
|
Filter = 'Lazarus Resource Files|*.lrs|All Files|*'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user