mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +02:00
ide: use same string and icon for all Options menu items
git-svn-id: trunk@20082 -
This commit is contained in:
parent
ff4795ef8e
commit
ad30f8d3e7
@ -449,7 +449,7 @@ begin
|
||||
DesignerMenuSnapToGuideLinesOption:=RegisterIDEMenuCommand(DesignerMenuSectionOptions,
|
||||
'Snap to guide lines',fdmSnapToGuideLinesOption);
|
||||
DesignerMenuShowOptions:=RegisterIDEMenuCommand(DesignerMenuSectionOptions,
|
||||
'Show options',fdmShowOptions, nil, nil, nil, 'menu_environment_options');
|
||||
'Show options',dlgFROpts, nil, nil, nil, 'menu_environment_options');
|
||||
end;
|
||||
|
||||
constructor TDesigner.Create(TheDesignerForm: TCustomForm;
|
||||
|
@ -1880,7 +1880,6 @@ resourcestring
|
||||
lisViewSourceLfm = 'View Source (.lfm)';
|
||||
fdmSaveFormAsXML = 'Save form as xml';
|
||||
fdmSnapToGuideLinesOption='Option: Snap to guide lines';
|
||||
fdmShowOptions='Options';
|
||||
|
||||
//-----------------------
|
||||
// keyMapping
|
||||
|
@ -1051,7 +1051,7 @@ begin
|
||||
uemEncoding);
|
||||
|
||||
SrcEditMenuEditorProperties:=RegisterIDEMenuCommand(SourceEditorMenuRoot,
|
||||
'EditorProperties',uemEditorProperties, nil, nil, nil, 'menu_editor_options');
|
||||
'EditorProperties', dlgFROpts, nil, nil, nil, 'menu_environment_options');
|
||||
SrcEditMenuDocking:=RegisterIDEMenuCommand(SourceEditorMenuRoot, 'Docking',
|
||||
lisMVDocking);
|
||||
{$IFNDEF EnableIDEDocking}
|
||||
|
Loading…
Reference in New Issue
Block a user