Merge pull request #8610 from akien-mga/project-file-extension

Rename project file to "project.godot"
This commit is contained in:
Rémi Verschelde 2017-05-02 11:32:48 +02:00 committed by GitHub
commit acaa01dfa7
11 changed files with 62 additions and 45 deletions

View file

@ -347,7 +347,7 @@ public:
add_to_project = memnew( CheckButton);
add_to_project->set_pressed(true);
add_to_project->set_text(TTR("Add to Project (godot.cfg)"));
add_to_project->set_text(TTR("Add to Project (project.godot)"));
tcomp->add_child(add_to_project);
file_select = memnew(EditorFileDialog);