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
Marco Bubke
flatpak-qt-creator
Commits
7052cbd6
Commit
7052cbd6
authored
Mar 24, 2009
by
dt
Browse files
Fixes the wrong text in the browse dialog in qt's version options.
parent
50991f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
7052cbd6
...
...
@@ -387,7 +387,7 @@ QtDirWidget::QtDirWidget(QWidget *parent, QList<QtVersion *> versions, int defau
m_ui
.
qtPath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
Directory
);
m_ui
.
qtPath
->
setPromptDialogTitle
(
tr
(
"Select QTDIR"
));
m_ui
.
mingwPath
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
Directory
);
m_ui
.
qtPath
->
setPromptDialogTitle
(
tr
(
"Select
MinGW
Directory"
));
m_ui
.
qtPath
->
setPromptDialogTitle
(
tr
(
"Select
the Qt
Directory"
));
m_ui
.
addButton
->
setIcon
(
QIcon
(
Core
::
Constants
::
ICON_PLUS
));
m_ui
.
delButton
->
setIcon
(
QIcon
(
Core
::
Constants
::
ICON_MINUS
));
...
...
Write
Preview
Supports
Markdown
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