aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/create_dialog.cpp
diff options
context:
space:
mode:
authorLuke Picciau2014-09-24 21:07:17 +0930
committerLuke Picciau2014-09-24 21:07:17 +0930
commit6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc (patch)
treea71bdf0738840ef05e8dad204a9b8b5241045071 /tools/editor/create_dialog.cpp
parentcf04e1a827cadb597d8cbed534a4cc04a0ada4fc (diff)
downloadgodot-6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc.tar.gz
godot-6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc.tar.zst
godot-6deec0c0c2bd64d10da1e4da9dec3fb4a88242dc.zip
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 3a6b85624..43c18341b 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);