Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
5448a9f0
Commit
5448a9f0
authored
Feb 15, 2010
by
Friedemann Kleint
Browse files
Fix project wizard / German.
...to not suggest invalid file paths.
parent
cac7f826
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/translations/qtcreator_de.ts
View file @
5448a9f0
...
...
@@ -19930,7 +19930,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../../../src/plugins/projectexplorer/baseprojectwizarddialog.cpp" line="+124"/>
<source>untitled</source>
<translation type="unfinished">
kein Titel
</translation>
<translation type="unfinished"></translation>
</message>
</context>
<context>
...
...
src/plugins/projectexplorer/baseprojectwizarddialog.cpp
View file @
5448a9f0
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment