forked from qt-creator/qt-creator
Extend note about validity of default
Task-number: QTCREATORBUG-6711 Change-Id: I56b53b7d2259c55f209330c708df6b2b551cd3d9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
de151fc1db
commit
21dcecee28
@@ -151,7 +151,8 @@ 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.
|
||||
//: to translate it, make sure it is a valid path name without blanks
|
||||
//: and using only ascii chars.
|
||||
const QString prefix = tr("untitled");
|
||||
for (unsigned i = 0; ; ++i) {
|
||||
QString name = prefix;
|
||||
|
||||
Reference in New Issue
Block a user