forked from qt-creator/qt-creator
Fix project wizard / German.
...to not suggest invalid file paths.
This commit is contained in:
@@ -121,6 +121,8 @@ Utils::ProjectIntroPage *BaseProjectWizardDialog::introPage() const
|
||||
QString BaseProjectWizardDialog::uniqueProjectName(const QString &path)
|
||||
{
|
||||
const QDir pathDir(path);
|
||||
//: File path suggestion for a new project. If you choose
|
||||
//: to translate it, make sure it is a valid path name without blanks.
|
||||
const QString prefix = tr("untitled");
|
||||
for (unsigned i = 0; ; i++) {
|
||||
QString name = prefix;
|
||||
|
||||
Reference in New Issue
Block a user