mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 00:31:20 +02:00
IDE: fix compilation after r52304 #1d00376578
git-svn-id: trunk@52305 -
This commit is contained in:
parent
1d00376578
commit
73a539294e
@ -1741,7 +1741,7 @@ begin
|
||||
ecStepOverInstr: SetSingle(VK_F8,[ssAlt]);
|
||||
ecStepOut: SetSingle(VK_F8,[ssShift]);
|
||||
ecRunToCursor: SetSingle(VK_F4,[]);
|
||||
ecStopProgram: SetSingle(VK_F2,[XCtrl]);
|
||||
ecStopProgram: SetSingle(VK_F2,[ssCtrl]);
|
||||
ecRemoveBreakPoint: SetSingle(VK_UNKNOWN,[]);
|
||||
ecRunParameters: SetSingle(VK_UNKNOWN,[]);
|
||||
ecBuildFile: SetSingle(VK_UNKNOWN,[]);
|
||||
|
Loading…
Reference in New Issue
Block a user