diff options
| author | Franklin Sobrinho | 2015-10-18 13:31:44 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2015-10-18 13:31:44 -0300 |
| commit | abde648e6844fa328affed0f1002f56edb4ab69c (patch) | |
| tree | aec56b09be638ddde5969f8088d9ab852736113f /tools/editor/plugins/animation_player_editor_plugin.cpp | |
| parent | 6637a865187422b5b8303231dd43a38a5f5abd51 (diff) | |
| download | godot-abde648e6844fa328affed0f1002f56edb4ab69c.tar.gz godot-abde648e6844fa328affed0f1002f56edb4ab69c.tar.zst godot-abde648e6844fa328affed0f1002f56edb4ab69c.zip | |
Small fixes in some editor dialogs
Diffstat (limited to 'tools/editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/animation_player_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp index f8c484e88..65565aae8 100644 --- a/tools/editor/plugins/animation_player_editor_plugin.cpp +++ b/tools/editor/plugins/animation_player_editor_plugin.cpp @@ -1279,6 +1279,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) { add_child(file); name_dialog = memnew( ConfirmationDialog ); + name_dialog->set_title("Create New Animation"); name_dialog->set_hide_on_ok(false); add_child(name_dialog); name = memnew( LineEdit ); |
