diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-05-27 11:25:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-27 11:25:09 +0200 |
commit | 2b25147450f5ae14a5b08fa7e70c8b7aa8f63742 (patch) | |
tree | 2c653e1b1e473257b25817e3d36f59fc8f072d5c /editor/editor_node.h | |
parent | f89641907f8b45941f5e67891936ee8050a3ef92 (diff) | |
parent | 7661cb5a624a93d45f9986e4677cac7d29057917 (diff) |
Merge pull request #8928 from nunodonato/helpmenu
Added an help menu
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, |