From b78a21bcc692bb6e997450ba6e2b97bc6c13f2ef Mon Sep 17 00:00:00 2001
From: Rafael <Syping@users.noreply.github.com>
Date: Thu, 27 Oct 2016 08:17:24 +0200
Subject: [PATCH] clear application name hardcode

---
 UserInterface.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UserInterface.cpp b/UserInterface.cpp
index 33f686f..556b508 100755
--- a/UserInterface.cpp
+++ b/UserInterface.cpp
@@ -54,7 +54,7 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D
     ui->menuProfile->setEnabled(false);
     ui->actionSelect_profile->setEnabled(false);
     ui->actionAbout_gta5sync->setIcon(IconLoader::loadingAppIcon());
-    defaultWindowTitle = tr("gta5sync - %1");
+    defaultWindowTitle = tr("%2 - %1").arg("%1", GTA5SYNC_APPSTR);
 
     this->setWindowTitle(defaultWindowTitle.arg(tr("Select Profile")));
     ui->labVersion->setText(ui->labVersion->text().arg(GTA5SYNC_APPSTR, GTA5SYNC_APPVER));