mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:28:14 +02:00
IDE: Fix label hot keys and focused control in the Find dialog. Issue #32316, patch from Serge Anvarov.
git-svn-id: trunk@55769 -
This commit is contained in:
parent
74416c001b
commit
fce10f639e
@ -270,6 +270,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Width = 66
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Text To Find:'
|
||||
FocusControl = TextToFindComboBox
|
||||
ParentColor = False
|
||||
end
|
||||
object TextToFindComboBox: TComboBox
|
||||
|
@ -2682,7 +2682,7 @@ resourcestring
|
||||
lisRunParamsFileNotExecutable = 'File not executable';
|
||||
lisRunParamsTheHostApplicationIsNotExecutable = 'The host application "%s" is not executable.';
|
||||
dlgTextToFind = '&Text to find';
|
||||
dlgReplaceWith = '&Replace with';
|
||||
dlgReplaceWith = 'Replace wit&h';
|
||||
lisBFWhenThisFileIsActiveInSourceEditor = 'When this file is active in source editor';
|
||||
lisBFOnBuildProjectExecuteTheBuildFileCommandInstead = 'On build project '
|
||||
+'execute the Build File command instead';
|
||||
|
Loading…
Reference in New Issue
Block a user