mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 17:52:16 +02:00
Improve a GUI string in FileBrobser.
git-svn-id: trunk@33752 -
This commit is contained in:
parent
efd91117a1
commit
9c64ab8039
@ -59,7 +59,7 @@ const
|
|||||||
|
|
||||||
resourcestring
|
resourcestring
|
||||||
SFileBrowserIDEMenu = 'IDEFileBrowser';
|
SFileBrowserIDEMenu = 'IDEFileBrowser';
|
||||||
SFileBrowserIDEMenuCaption = 'File Browser window';
|
SFileBrowserIDEMenuCaption = 'File Browser';
|
||||||
|
|
||||||
|
|
||||||
{ TFileBrowserController }
|
{ TFileBrowserController }
|
||||||
@ -92,6 +92,7 @@ var
|
|||||||
D: string;
|
D: string;
|
||||||
begin
|
begin
|
||||||
FWindow := TFileBrowserForm.Create(Self);
|
FWindow := TFileBrowserForm.Create(Self);
|
||||||
|
FWindow.Caption:=SFileBrowserIDEMenuCaption;
|
||||||
FWindow.FreeNotification(Self);
|
FWindow.FreeNotification(Self);
|
||||||
FWindow.OnOpenFile := @DoOpenFile;
|
FWindow.OnOpenFile := @DoOpenFile;
|
||||||
FWindow.OnConfigure := @DoConfig;
|
FWindow.OnConfigure := @DoConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user