mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 05:59:49 +01: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
 | 
			
		||||
  SFileBrowserIDEMenu = 'IDEFileBrowser';
 | 
			
		||||
  SFileBrowserIDEMenuCaption = 'File Browser window';
 | 
			
		||||
  SFileBrowserIDEMenuCaption = 'File Browser';
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{ TFileBrowserController }
 | 
			
		||||
@ -92,6 +92,7 @@ var
 | 
			
		||||
  D: string;
 | 
			
		||||
begin
 | 
			
		||||
  FWindow := TFileBrowserForm.Create(Self);
 | 
			
		||||
  FWindow.Caption:=SFileBrowserIDEMenuCaption;
 | 
			
		||||
  FWindow.FreeNotification(Self);
 | 
			
		||||
  FWindow.OnOpenFile := @DoOpenFile;
 | 
			
		||||
  FWindow.OnConfigure := @DoConfig;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user