User Interface update

This commit is contained in:
Rafael 2016-10-27 08:12:59 +02:00
parent b7ae3146c8
commit 24591e9b1f
5 changed files with 19 additions and 1 deletions

View file

@ -57,6 +57,7 @@ UserInterface::UserInterface(ProfileDatabase *profileDB, CrewDatabase *crewDB, D
defaultWindowTitle = tr("gta5sync - %1");
this->setWindowTitle(defaultWindowTitle.arg(tr("Select Profile")));
ui->labVersion->setText(ui->labVersion->text().arg(GTA5SYNC_APPSTR, GTA5SYNC_APPVER));
}
void UserInterface::setupDirEnv()