diff options
| author | Rémi Verschelde | 2017-11-17 15:50:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-17 20:55:09 +0100 |
| commit | ad199c396478a7165da1eb6909ccb28f124b0240 (patch) | |
| tree | 4200330e72fbcec57dfec102cc7c9e5d1d3bbc70 /editor/plugins/script_editor_plugin.cpp | |
| parent | 73049d115e190b8c356f0689a9079c3c73cc5765 (diff) | |
| download | godot-ad199c396478a7165da1eb6909ccb28f124b0240.tar.gz godot-ad199c396478a7165da1eb6909ccb28f124b0240.tar.zst godot-ad199c396478a7165da1eb6909ccb28f124b0240.zip | |
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 607ccaa4e..cf36fb55c 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -855,7 +855,7 @@ void ScriptEditor::_menu_option(int p_option) { file_dialog_option = FILE_SAVE_THEME_AS; file_dialog->clear_filters(); file_dialog->add_filter("*.tet"); - file_dialog->set_current_path(EditorSettings::get_singleton()->get_settings_path() + "/text_editor_themes/" + EditorSettings::get_singleton()->get("text_editor/theme/color_theme")); + file_dialog->set_current_path(EditorSettings::get_singleton()->get_settings_dir() + "/text_editor_themes/" + EditorSettings::get_singleton()->get("text_editor/theme/color_theme")); file_dialog->popup_centered_ratio(); file_dialog->set_title(TTR("Save Theme As..")); } break; |
