mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 20:23:23 +01:00
IDE, Debugger: fixed name for "step to cursor". Two different names where in use for this.
git-svn-id: trunk@57101 -
This commit is contained in:
parent
b2be413ff5
commit
6f95f40044
@ -1671,7 +1671,7 @@ begin
|
||||
'Inspect...', uemInspect, nil, nil, nil, 'debugger_inspect');
|
||||
SrcEditMenuInspect.Enabled:=False;
|
||||
SrcEditMenuRunToCursor:=RegisterIDEMenuCommand(AParent,
|
||||
'Run to cursor', uemRunToCursor, nil, nil, nil, 'menu_run_cursor');
|
||||
'Run to cursor', lisMenuRunToCursor, nil, nil, nil, 'menu_run_cursor');
|
||||
SrcEditMenuViewCallStack:=RegisterIDEMenuCommand(AParent,
|
||||
'View Call Stack', uemViewCallStack, nil, @ExecuteIdeMenuClick, nil, 'debugger_call_stack');
|
||||
{%endregion}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user