From 21dcecee284a0b15c12da9c22c23435eb619f2dc Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@nokia.com>
Date: Mon, 16 Jan 2012 13:50:48 +0100
Subject: [PATCH] Extend note about validity of default

Task-number: QTCREATORBUG-6711

Change-Id: I56b53b7d2259c55f209330c708df6b2b551cd3d9
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
---
 src/plugins/projectexplorer/baseprojectwizarddialog.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/plugins/projectexplorer/baseprojectwizarddialog.cpp b/src/plugins/projectexplorer/baseprojectwizarddialog.cpp
index f89cfed3819..8c615b1a2ce 100644
--- a/src/plugins/projectexplorer/baseprojectwizarddialog.cpp
+++ b/src/plugins/projectexplorer/baseprojectwizarddialog.cpp
@@ -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;
-- 
GitLab