1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Make version more obvious

This commit is contained in:
Andre Bernet 2015-03-30 14:18:35 +04:00
parent aa2542f9c0
commit 9a12963da9

View file

@ -922,7 +922,7 @@ void MainWindow::updateMenus()
updateLanguageActions(); updateLanguageActions();
updateIconSizeActions(); updateIconSizeActions();
updateIconThemeActions(); updateIconThemeActions();
setWindowTitle(tr("OpenTX Companion - FW: %1 - Profile: %2").arg(GetCurrentFirmware()->getName()).arg( g.profile[g.id()].name() )); setWindowTitle(tr("OpenTX Companion 2.1 - FW: %1 - Profile: %2").arg(GetCurrentFirmware()->getName()).arg( g.profile[g.id()].name() ));
} }
MdiChild *MainWindow::createMdiChild() MdiChild *MainWindow::createMdiChild()