mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 12:27:20 +01:00
* initialize edit menu to disabled, bug #6614
git-svn-id: trunk@12531 -
This commit is contained in:
parent
307d9745ed
commit
6916115086
@ -1008,6 +1008,7 @@ begin
|
||||
NewItem(menu_help_about,'',kbNoKey, cmAbout, hcAbout,
|
||||
nil))))))))),
|
||||
nil)))))))))))));
|
||||
SetCmdState(ToClipCmds+FromClipCmds+NulClipCmds+UndoCmd+RedoCmd,false);
|
||||
end;
|
||||
|
||||
procedure TIDEApp.InitMenuBar;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user