We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4b631 commit b90ab4dCopy full SHA for b90ab4d
src/webots/gui/WbNewProjectWizard.cpp
@@ -48,7 +48,7 @@ QString WbNewProjectWizard::proposeNewProjectPath() const {
48
path = WbPreferences::instance()->value("Directories/projects").toString();
49
if (!path.isEmpty()) {
50
if (WbFileUtil::isDirectoryWritable(path))
51
- path += +"/my_project";
+ path += "my_project";
52
else
53
path = ""; // no valid default path found
54
}
0 commit comments