summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-05-27 11:25:09 +0200
committerGitHub <noreply@github.com>2017-05-27 11:25:09 +0200
commit2b25147450f5ae14a5b08fa7e70c8b7aa8f63742 (patch)
tree2c653e1b1e473257b25817e3d36f59fc8f072d5c /editor/editor_node.h
parentf89641907f8b45941f5e67891936ee8050a3ef92 (diff)
parent7661cb5a624a93d45f9986e4677cac7d29057917 (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.h9
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,