diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-18 09:18:28 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-18 09:18:28 +0200 |
commit | 4b616d3b4b2c6157df733e7578b53cf2b3182e24 (patch) | |
tree | ad78a0ed1ce3e7fb91107cfce06b87d0b47b0364 | |
parent | e6e7bf78360f2b8c2f78f799454d1579b6eb7718 (diff) |
need space here
-rw-r--r-- | facetracknoir/ui.cpp | 2 |
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); |