diff options
| author | Andreas Haas | 2016-05-25 13:42:11 +0200 |
|---|---|---|
| committer | Andreas Haas | 2016-05-25 13:42:11 +0200 |
| commit | abbdfb57393fe807f8c5bd30adb903d6ec9ec53f (patch) | |
| tree | fa849155e744d084f9dc3b666b7c7759a7fe3031 /tools/editor/plugins/sprite_region_editor_plugin.cpp | |
| parent | 11f728fc987785c94edeb60002cb16bf0c95fcdf (diff) | |
| download | godot-abbdfb57393fe807f8c5bd30adb903d6ec9ec53f.tar.gz godot-abbdfb57393fe807f8c5bd30adb903d6ec9ec53f.tar.zst godot-abbdfb57393fe807f8c5bd30adb903d6ec9ec53f.zip | |
Diffstat (limited to 'tools/editor/plugins/sprite_region_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/sprite_region_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/sprite_region_editor_plugin.cpp b/tools/editor/plugins/sprite_region_editor_plugin.cpp index 5e7816ffb..50afa6526 100644 --- a/tools/editor/plugins/sprite_region_editor_plugin.cpp +++ b/tools/editor/plugins/sprite_region_editor_plugin.cpp @@ -416,6 +416,7 @@ SpriteRegionEditor::SpriteRegionEditor(EditorNode* p_editor) add_child( memnew( VSeparator )); edit_node = memnew( ToolButton ); add_child(edit_node); + edit_node->set_tooltip(TTR("Sprite Region Editor")); edit_node->connect("pressed",this,"_edit_node"); dlg_editor = memnew( AcceptDialog ); |
