Skip to content
Snippets Groups Projects
Commit 21dcecee authored by Daniel Teske's avatar Daniel Teske Committed by Oswald Buddenhagen
Browse files

Extend note about validity of default


Task-number: QTCREATORBUG-6711

Change-Id: I56b53b7d2259c55f209330c708df6b2b551cd3d9
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
parent de151fc1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment