From 4b616d3b4b2c6157df733e7578b53cf2b3182e24 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jun 2015 09:18:28 +0200 Subject: need space here --- facetracknoir/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'facetracknoir/ui.cpp') 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(opentrack_version) + QStringLiteral(" :: ")) + current); + setWindowTitle(QStringLiteral("TrackHat ") + QString( const_cast(opentrack_version) + QStringLiteral(" :: ")) + current); ui.iconcomboProfile->clear(); for (auto x : ini_list) ui.iconcomboProfile->addItem(QIcon(":/images/settings16.png"), x); -- cgit v1.2.3