summaryrefslogtreecommitdiff
path: root/documentation/src/editor.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/editor.dox')
-rw-r--r--documentation/src/editor.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 299af9ff6..fb93e63b7 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -979,7 +979,7 @@ set correctly. Lastly, we add a menu item with a callback.
app_window->end();
app_window->resizable(app_tile);
app_tile->resizable(app_editor);
- app_menu_bar->add("Window/Split", FL_COMMAND+'2', menu_split_callback, NULL, FL_MENU_TOGGLE);
+ app_menu_bar->add("Window/Split", FL_COMMAND+'i', menu_split_callback, NULL, FL_MENU_TOGGLE);
}
\endcode