Changed GUI text to better match action

This commit is contained in:
Luke Picciau 2014-09-24 21:07:17 +09:30
parent cf04e1a827
commit 6deec0c0c2
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ CreateDialog::CreateDialog() {
search_box->connect("input_event",this,"_sbox_input"); search_box->connect("input_event",this,"_sbox_input");
search_options = memnew( Tree ); search_options = memnew( Tree );
vbc->add_margin_child("Matches:",search_options,true); vbc->add_margin_child("Matches:",search_options,true);
get_ok()->set_text("Open"); get_ok()->set_text("Create");
get_ok()->set_disabled(true); get_ok()->set_disabled(true);
register_text_enter(search_box); register_text_enter(search_box);
set_hide_on_ok(false); set_hide_on_ok(false);