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
Tobias Hunger
qt-creator
Commits
0d9fb90c
Commit
0d9fb90c
authored
Feb 12, 2010
by
Tobias Hunger
Browse files
Fix a typo
parent
0f04f083
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4projectconfigwidget.cpp
View file @
0d9fb90c
...
...
@@ -322,7 +322,7 @@ void Qt4ProjectConfigWidget::updateImportLabel()
}
else
{
m_ui
->
importWarningLabel
->
setVisible
(
visible
);
m_ui
->
importProblemLabel
->
setVisible
(
visible
);
m_ui
->
importProblemLabel
->
setText
(
tr
(
"A incompatible build exists in %1 and will be overwritten!"
,
m_ui
->
importProblemLabel
->
setText
(
tr
(
"A
n
incompatible build exists in %1 and will be overwritten!"
,
"%1 build directory"
).
arg
(
m_ui
->
shadowBuildDirEdit
->
path
()));
m_ui
->
importLabel
->
setVisible
(
false
);
...
...
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