diff options
author | Nuno Donato <nunodonato@gmail.com> | 2017-05-26 15:34:41 +0100 |
---|---|---|
committer | Nuno Donato <nunodonato@gmail.com> | 2017-05-26 16:20:33 +0100 |
commit | 7661cb5a624a93d45f9986e4677cac7d29057917 (patch) | |
tree | 3929131575185a0e9d75823634d4c1c6c4ea5bed /editor/editor_node.h | |
parent | ef66f8451ca7b5b98628924231a92e558930c53e (diff) |
Added an help menu
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry.
Fixed #8921
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index b996505016..55b3aa94d3 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -186,12 +186,19 @@ private: SETTINGS_PICK_MAIN_SCENE, SETTINGS_TOGGLE_FULLSCREN, SETTINGS_HELP, - SETTINGS_ABOUT, SOURCES_REIMPORT, DEPENDENCY_LOAD_CHANGED_IMAGES, DEPENDENCY_UPDATE_IMPORTED, SCENE_TAB_CLOSE, + HELP_CLASSES, + HELP_SEARCH, + HELP_DOCS, + HELP_QA, + HELP_ISSUES, + HELP_COMMUNITY, + HELP_ABOUT, + IMPORT_PLUGIN_BASE = 100, OBJECT_METHOD_BASE = 500, |