1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix export translation(can't save pot file)

This commit is contained in:
sanikoyes
2014-04-23 09:28:23 +08:00
parent 6f1410a837
commit ccfeb53005

View File

@@ -1779,6 +1779,8 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
bool relpaths = (scene->has_meta("__editor_relpaths__") && scene->get_meta("__editor_relpaths__").operator bool()); bool relpaths = (scene->has_meta("__editor_relpaths__") && scene->get_meta("__editor_relpaths__").operator bool());
file->set_mode(FileDialog::MODE_SAVE_FILE);
file->set_current_path(cpath); file->set_current_path(cpath);
file->set_title("Save Translatable Strings"); file->set_title("Save Translatable Strings");
file->popup_centered_ratio(); file->popup_centered_ratio();