diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-03 23:00:26 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-03 23:00:26 -0300 |
commit | 30f652998ddb214ce896c4ce6883ba3ad97caeec (patch) | |
tree | e30c9094cd8107c2be2a1d77e5dff3e0ffb6af97 /tools/editor/editor_node.cpp | |
parent | d6d29f6d7911a513d24edad1b40f29b7aad1f46e (diff) | |
parent | d22a13e2e8979769fa8d50c98c8eecc8644fe9e4 (diff) |
Merge pull request #1738 from jackmakesthings/master
Updating demo engine.cfgs where name is missing
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r-- | tools/editor/editor_node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index 5d55fed09b..a6625d7204 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -3509,6 +3509,7 @@ EditorNode::EditorNode() { p=file_menu->get_popup(); p->add_item("New Scene",FILE_NEW_SCENE); p->add_item("Open Scene..",FILE_OPEN_SCENE,KEY_MASK_CMD+KEY_O); + p->add_separator(); p->add_item("Save Scene",FILE_SAVE_SCENE,KEY_MASK_CMD+KEY_S); p->add_item("Save Scene As..",FILE_SAVE_AS_SCENE,KEY_MASK_SHIFT+KEY_MASK_CMD+KEY_S); p->add_separator(); |