summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorFranklin Sobrinho <franklin_gs@hotmail.com>2015-10-18 15:13:17 -0300
committerFranklin Sobrinho <franklin_gs@hotmail.com>2015-10-18 15:13:17 -0300
commitec394950ff7c8213768c9dfb2668f5d65bfdc07a (patch)
treede23a73507382da97b82af82249c978c35c55350 /tools/editor
parentabde648e6844fa328affed0f1002f56edb4ab69c (diff)
Change MeshInstanceEditor outline dialog "Ok" button label
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/plugins/mesh_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/mesh_editor_plugin.cpp b/tools/editor/plugins/mesh_editor_plugin.cpp
index 34ccf79fee..cea774f94b 100644
--- a/tools/editor/plugins/mesh_editor_plugin.cpp
+++ b/tools/editor/plugins/mesh_editor_plugin.cpp
@@ -212,7 +212,6 @@ MeshInstanceEditor::MeshInstanceEditor() {
options = memnew( MenuButton );
- //add_child(options);
SpatialEditor::get_singleton()->add_control_to_menu_panel(options);
options->set_text("Mesh");
@@ -232,6 +231,7 @@ MeshInstanceEditor::MeshInstanceEditor() {
outline_dialog = memnew( ConfirmationDialog );
outline_dialog->set_title("Create Outline Mesh");
+ outline_dialog->get_ok()->set_text("Create");
VBoxContainer *outline_dialog_vbc = memnew( VBoxContainer );
outline_dialog->add_child(outline_dialog_vbc);