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
3d78066c
Commit
3d78066c
authored
Sep 06, 2010
by
Tobias Hunger
Browse files
String update to fix cut and past eerror.
parent
65c929fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/runsettingspropertiespage.cpp
View file @
3d78066c
...
...
@@ -256,7 +256,7 @@ void RunSettingsWidget::removeRunConfiguration()
{
RunConfiguration
*
rc
=
m_target
->
activeRunConfiguration
();
QMessageBox
msgBox
(
QMessageBox
::
Question
,
tr
(
"Remove Run Configuration?"
),
tr
(
"Do you really want to delete
deploy
configuration <b>%1</b>."
).
arg
(
rc
->
displayName
()),
tr
(
"Do you really want to delete
run
configuration <b>%1</b>."
).
arg
(
rc
->
displayName
()),
QMessageBox
::
Yes
|
QMessageBox
::
No
,
this
);
msgBox
.
setDefaultButton
(
QMessageBox
::
No
);
msgBox
.
setEscapeButton
(
QMessageBox
::
No
);
...
...
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