mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
This commit is contained in:
parent
74907876d3
commit
97ee05e9b7
53 changed files with 220 additions and 197 deletions
|
|
@ -376,7 +376,7 @@ void ProjectDialog::_browse_project_path() {
|
|||
if (mode == MODE_IMPORT) {
|
||||
fdialog_project->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_ANY);
|
||||
fdialog_project->clear_filters();
|
||||
fdialog_project->add_filter("project.godot", vformat("%s %s", VERSION_NAME, TTR("Project")));
|
||||
fdialog_project->add_filter("project.godot", vformat("%s %s", GODOT_VERSION_NAME, TTR("Project")));
|
||||
fdialog_project->add_filter("*.zip", TTR("ZIP File"));
|
||||
} else {
|
||||
fdialog_project->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_DIR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue