summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-18 09:18:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-18 09:18:28 +0200
commit4b616d3b4b2c6157df733e7578b53cf2b3182e24 (patch)
treead78a0ed1ce3e7fb91107cfce06b87d0b47b0364 /facetracknoir
parente6e7bf78360f2b8c2f78f799454d1579b6eb7718 (diff)
need space here
Diffstat (limited to 'facetracknoir')
-rw-r--r--facetracknoir/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp
index 7e0a78cc..9620dce3 100644
--- a/facetracknoir/ui.cpp
+++ b/facetracknoir/ui.cpp
@@ -176,7 +176,7 @@ void MainWindow::fill_profile_combobox()
{
QStringList ini_list = group::ini_list();
QString current = QFileInfo(group::ini_pathname()).fileName();
- setWindowTitle(QStringLiteral("TrackHat") + QString( const_cast<const char*>(opentrack_version) + QStringLiteral(" :: ")) + current);
+ setWindowTitle(QStringLiteral("TrackHat ") + QString( const_cast<const char*>(opentrack_version) + QStringLiteral(" :: ")) + current);
ui.iconcomboProfile->clear();
for (auto x : ini_list)
ui.iconcomboProfile->addItem(QIcon(":/images/settings16.png"), x);