summaryrefslogtreecommitdiffstats
path: root/tools/editor/create_dialog.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-11-02 11:38:16 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-11-02 11:38:16 -0300
commit0f0b21e84a85ab12d24cfe9b29d50e6af1ef8b19 (patch)
treeaa5f9da95f279eedef7d17456b4ee494313941fd /tools/editor/create_dialog.cpp
parentd85b67be53bac252c0a28b799d56d1b359c4ee99 (diff)
parenta61325661ef6337f1b6f9d2acf6e0a55889a1366 (diff)
downloadredot-engine-0f0b21e84a85ab12d24cfe9b29d50e6af1ef8b19.tar.gz
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools/editor/create_dialog.cpp')
-rw-r--r--tools/editor/create_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp
index 3a6b856247..43c18341be 100644
--- a/tools/editor/create_dialog.cpp
+++ b/tools/editor/create_dialog.cpp
@@ -289,7 +289,7 @@ CreateDialog::CreateDialog() {
search_box->connect("input_event",this,"_sbox_input");
search_options = memnew( Tree );
vbc->add_margin_child("Matches:",search_options,true);
- get_ok()->set_text("Open");
+ get_ok()->set_text("Create");
get_ok()->set_disabled(true);
register_text_enter(search_box);
set_hide_on_ok(false);