mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 11:39:27 +02:00
IDE: Clearing unnecessary help button hints
This commit is contained in:
parent
f2e991aa05
commit
569e3484fe
@ -26,7 +26,6 @@ object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
|
||||
OKButton.Hint = '[Ctrl+Enter]'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.Hint = '[F1]'
|
||||
HelpButton.DefaultCaption = True
|
||||
CloseButton.Name = 'CloseButton'
|
||||
CloseButton.DefaultCaption = True
|
||||
|
@ -518,7 +518,6 @@ begin
|
||||
IDEImages.AssignImage(DeleteItemButton, 'laz_delete');
|
||||
IDEImages.AssignImage(AddSeparatorAboveButton, 'add_sep_above', 24);
|
||||
IDEImages.AssignImage(AddSeparatorBelowButton, 'add_sep_below', 24);
|
||||
HelpButton.Hint:=lisMenuEditorGetHelpToUseThisEditor;
|
||||
end;
|
||||
|
||||
procedure TMenuDesignerForm.EnableGUI(selectedIsNil: boolean);
|
||||
|
@ -28,7 +28,6 @@ inherited IDEOptionsDialog: TIDEOptionsDialog
|
||||
OKButton.Hint = '[Ctrl+Enter]'
|
||||
OKButton.DefaultCaption = True
|
||||
HelpButton.Name = 'HelpButton'
|
||||
HelpButton.Hint = '[F1]'
|
||||
HelpButton.DefaultCaption = True
|
||||
CloseButton.Name = 'CloseButton'
|
||||
CloseButton.DefaultCaption = True
|
||||
|
@ -4857,7 +4857,6 @@ resourcestring
|
||||
lisMenuEditorEnterANewShortCutKey2ForS = 'Enter a new ShortCutKey2 for %s';
|
||||
lisMenuEditorExistingSavedTemplates = 'Existing saved templates';
|
||||
lisMenuEditorFurtherShortcutConflict = 'Further shortcut conflict';
|
||||
lisMenuEditorGetHelpToUseThisEditor = 'Get help to use this editor';
|
||||
lisMenuEditorGrabKey = '&Grab key';
|
||||
lisMenuEditorInadequateDescription = 'Inadequate Description';
|
||||
lisMenuEditorInsertMenuTemplateIntoRootOfS = 'Insert menu template into root of %s';
|
||||
|
Loading…
Reference in New Issue
Block a user