aboutsummaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorRémi Verschelde2017-08-22 00:56:31 +0200
committerGitHub2017-08-22 00:56:31 +0200
commit13f879587dd9bce59528e44b0faaf6e062f6d918 (patch)
treea46d8268b6a1cae06f6f163c304018b1e7680606 /editor
parent2cc83092498d3b82fa8a3aba37c32ad887d19c2c (diff)
parentaae29c7a0eace9ccfeb430c5a4ebd0c9a431e272 (diff)
downloadgodot-13f879587dd9bce59528e44b0faaf6e062f6d918.tar.gz
godot-13f879587dd9bce59528e44b0faaf6e062f6d918.tar.zst
godot-13f879587dd9bce59528e44b0faaf6e062f6d918.zip
Merge pull request #10254 from marcelofg55/master
Added notification const NOTIFICATION_WM_ABOUT
Diffstat (limited to 'editor')
-rw-r--r--editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index cf6ef3332..385d97ecc 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -684,6 +684,8 @@ public:
void merge_from_scene() { _menu_option_confirm(FILE_IMPORT_SUBSCENE, false); }
+ void show_about() { _menu_option_confirm(HELP_ABOUT, false); }
+
static bool has_unsaved_changes() { return singleton->unsaved_cache; }
static HBoxContainer *get_menu_hb() { return singleton->menu_hb; }