mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixed "Attach Script" dialog's file dialog labeling.
This commit is contained in:
parent
2ac27608a6
commit
4b8387dd92
2 changed files with 14 additions and 5 deletions
|
@ -81,7 +81,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
|||
void _class_name_changed(const String &p_name);
|
||||
void _parent_name_changed(const String &p_parent);
|
||||
void _template_changed(int p_template = 0);
|
||||
void _browse_path(bool browse_parent);
|
||||
void _browse_path(bool browse_parent, bool p_save);
|
||||
void _file_selected(const String &p_file);
|
||||
virtual void ok_pressed();
|
||||
void _create_new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue