Merge pull request #725 from Qwertie-/PR-GUI

Changed GUI text to better match action
This commit is contained in:
Juan Linietsky 2014-11-02 10:54:35 -03:00
commit 6d14c20820

View file

@ -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);