mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix create script dialog title(s)
This commit is contained in:
parent
8f83f6c675
commit
bc9952f1c7
2 changed files with 2 additions and 1 deletions
|
@ -363,7 +363,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
|||
|
||||
set_size(Size2(200,150));
|
||||
set_hide_on_ok(false);
|
||||
set_title("Create Script for Node..");;
|
||||
set_title("Create Script for Node");
|
||||
|
||||
file_browse = memnew( EditorFileDialog );
|
||||
file_browse->connect("file_selected",this,"_file_selected");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue