Skip to content
Snippets Groups Projects
Commit 001683e9 authored by Robert Loehning's avatar Robert Loehning
Browse files

Fix capitalization


Change-Id: If92fee1af862d52fe9c1ffe474de9c74c0537efb
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@digia.com>
parent 0e9b4143
Branches
Tags
No related merge requests found
......@@ -662,7 +662,7 @@ void QtOptionsPageWidget::editPath()
QString dir = currentVersion()->qmakeCommand().toFileInfo().absolutePath();
FileName qtVersion = FileName::fromString(
QFileDialog::getOpenFileName(this,
tr("Select a qmake executable"),
tr("Select a qmake Executable"),
dir,
filterForQmakeFileDialog(),
0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment