summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2021-05-15 01:57:21 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2021-05-15 01:58:29 +0200
commit3eae2f9c6dbeb029546c3cbfc71f423f29f45734 (patch)
tree883585064c980777922caec297647cb489e5a730 /editor/editor_node.h
parent6054febddea116a170205547e97a00744ce2801a (diff)
downloadredot-engine-3eae2f9c6dbeb029546c3cbfc71f423f29f45734.tar.gz
Add "Support Godot Development" option to the editor's Help menu
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index ec67a7c93a..9824702d7b 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -196,6 +196,7 @@ private:
HELP_SEND_DOCS_FEEDBACK,
HELP_COMMUNITY,
HELP_ABOUT,
+ HELP_SUPPORT_GODOT_DEVELOPMENT,
SET_VIDEO_DRIVER_SAVE_AND_RESTART,