diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-09-15 21:40:50 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-09-15 21:40:50 -0300 |
commit | 75d5d81b8aa745e4239ff05f16e5247d077b47c8 (patch) | |
tree | 4cb00e982c8cf1765b34d7fdfae5668da7cc5de1 /editor/plugins/script_editor_plugin.cpp | |
parent | 787be50f1760be541e97b18a371abccc9c9b1ac9 (diff) | |
download | redot-engine-75d5d81b8aa745e4239ff05f16e5247d077b47c8.tar.gz |
Remove unnecessary "OK"s text settings
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index e155daa2fa..c8e7bfb74b 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -3133,7 +3133,6 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { error_dialog = memnew(AcceptDialog); add_child(error_dialog); - error_dialog->get_ok()->set_text(TTR("OK")); debugger = memnew(ScriptEditorDebugger(editor)); debugger->connect("goto_script_line", this, "_goto_script_line"); |