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
268f460f
Commit
268f460f
authored
Apr 10, 2009
by
Thorbjørn Lindeijer
Browse files
Fixed dialog title for selecting core file
parent
407ebe69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerdialogs.cpp
View file @
268f460f
...
...
@@ -131,7 +131,7 @@ AttachCoreDialog::AttachCoreDialog(QWidget *parent)
m_ui
->
execFileName
->
setPromptDialogTitle
(
tr
(
"Select Executable"
));
m_ui
->
coreFileName
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
m_ui
->
coreFileName
->
setPromptDialogTitle
(
tr
(
"Select
Executab
le"
));
m_ui
->
coreFileName
->
setPromptDialogTitle
(
tr
(
"Select
Core Fi
le"
));
m_ui
->
buttonBox
->
button
(
QDialogButtonBox
::
Ok
)
->
setDefault
(
true
);
...
...
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