Skip to content
GitLab
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
7fba9fd7
Commit
7fba9fd7
authored
Apr 07, 2009
by
dt
Browse files
Typo fix
parent
0a406dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
View file @
7fba9fd7
...
...
@@ -182,7 +182,7 @@ XmlFileUpToDatePage::XmlFileUpToDatePage(CMakeOpenProjectWizard *cmakeWizard)
QLabel
*
label
=
new
QLabel
(
this
);
label
->
setWordWrap
(
true
);
label
->
setText
(
tr
(
"Qt Creator has found a recent cbp file, which Qt Creator parses to gather information about the project. "
"You can change the command line arguments used to create this file
,
in the project mode. "
"You can change the command line arguments used to create this file in the project mode. "
"Click finish to load the project"
));
layout
()
->
addWidget
(
label
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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