mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T220, set application name earlier and use member to get application name
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BlackGui
|
||||
|
||||
void CAboutDialog::init()
|
||||
{
|
||||
ui->lbl_VersionValue->setText(sGui->getApplicationNameVersionBetaDev());
|
||||
ui->lbl_VersionValue->setText(sGui->getApplicationNameVersionDetailed());
|
||||
ui->pte_Info->setPlainText(sGui->getInfoString("\n"));
|
||||
ui->pte_Info->appendPlainText("\nSetup follows:\n----");
|
||||
ui->pte_Info->appendPlainText(sGui->getGlobalSetup().convertToQString("\n", true));
|
||||
|
||||
Reference in New Issue
Block a user