Mercurial > hg > octave-nkf
changeset 20139:3c414ad460d5
fix shortcut for previous bookmark (bug #44505)
* file-editor.cc (set_shortcuts): fixed setting wring shortcut to the
previous bookmark action
author | Torsten <ttl@justmail.de> |
---|---|
date | Wed, 11 Mar 2015 22:26:32 +0100 |
parents | 928ac282b2fa |
children | ebdecd5cd8c7 |
files | libgui/src/m-editor/file-editor.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc +++ b/libgui/src/m-editor/file-editor.cc @@ -1855,7 +1855,7 @@ // Debug menu shortcut_manager::set_shortcut (_toggle_breakpoint_action, "editor_debug:toggle_breakpoint"); shortcut_manager::set_shortcut (_next_breakpoint_action, "editor_debug:next_breakpoint"); - shortcut_manager::set_shortcut (_previous_bookmark_action, "editor_debug:previous_breakpoint"); + shortcut_manager::set_shortcut (_previous_breakpoint_action, "editor_debug:previous_breakpoint"); shortcut_manager::set_shortcut (_remove_all_breakpoints_action, "editor_debug:remove_breakpoints"); // Run menu