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
Tobias Hunger
qt-creator
Commits
8d7ee24a
Commit
8d7ee24a
authored
Jul 08, 2010
by
Tobias Hunger
Browse files
Fix typo
parent
2cd7c7b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/userfileaccessor.cpp
View file @
8d7ee24a
...
...
@@ -277,7 +277,7 @@ QVariantMap UserFileAccessor::restoreSettings(Project *project)
"The hostname for this computer is %2.
\n\n
"
"The .user settings files contain machine specific settings. "
"They should not be copied to a different environment.
\n\n
"
"Still load the setti
g
ns file?"
).
arg
(
hostname
,
QHostInfo
::
localHostName
()),
"Still load the settin
g
s file?"
).
arg
(
hostname
,
QHostInfo
::
localHostName
()),
QMessageBox
::
Yes
|
QMessageBox
::
No
,
Core
::
ICore
::
instance
()
->
mainWindow
());
msgBox
.
setDefaultButton
(
QMessageBox
::
No
);
...
...
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