fix no space error
This commit is contained in:
parent
e997f4bd9c
commit
adb6a6d94e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
|||
aboutStr = ui->labAbout->text();
|
||||
QString appVersion = qApp->applicationVersion();
|
||||
QString buildType = GTA5SYNC_BUILDTYPE;
|
||||
buildType.replace("_", "");
|
||||
buildType.replace("_", " ");
|
||||
ui->labAbout->setText(aboutStr.arg(appVersion % " (" % buildType % ")", QT_VERSION_STR, qVersion()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue