mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 00:40:02 +02:00
IDE: add forgotten shortcut mapping. Shortcut keys don't work without it.
git-svn-id: trunk@46348 -
This commit is contained in:
parent
f3121878a3
commit
b67e8a8c92
@ -1236,6 +1236,8 @@ begin
|
|||||||
itmRunMenuCompile.Command:=GetCommand(ecCompile);
|
itmRunMenuCompile.Command:=GetCommand(ecCompile);
|
||||||
itmRunMenuBuild.Command:=GetCommand(ecBuild);
|
itmRunMenuBuild.Command:=GetCommand(ecBuild);
|
||||||
itmRunMenuQuickCompile.Command:=GetCommand(ecQuickCompile);
|
itmRunMenuQuickCompile.Command:=GetCommand(ecQuickCompile);
|
||||||
|
itmRunMenuCleanUpAndBuild.Command:=GetCommand(ecCleanUpAndBuild);
|
||||||
|
itmRunMenuBuildManyModes.Command:=GetCommand(ecBuildManyModes);
|
||||||
itmRunMenuAbortBuild.Command:=GetCommand(ecAbortBuild);
|
itmRunMenuAbortBuild.Command:=GetCommand(ecAbortBuild);
|
||||||
itmRunMenuRun.Command:=GetCommand(ecRun);
|
itmRunMenuRun.Command:=GetCommand(ecRun);
|
||||||
itmRunMenuPause.Command:=GetCommand(ecPause);
|
itmRunMenuPause.Command:=GetCommand(ecPause);
|
||||||
|
Loading…
Reference in New Issue
Block a user