IDE: Clearing unnecessary help button hints

This commit is contained in:
n7800 2025-06-24 22:31:46 +05:00
parent f2e991aa05
commit 569e3484fe
4 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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);

View File

@ -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

View File

@ -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';