Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix window title
Browse files Browse the repository at this point in the history
elecpower committed Jan 16, 2025
1 parent de65825 commit e70b793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -738,7 +738,7 @@ void MainWindow::updateMenus()

updateRecentFileActions();
updateProfilesActions();
setWindowTitle(tr("%1 %2 - Radio: %3 - Profile: %").arg(CPN_STR_APP_NAME).arg(VERSION).arg(getCurrentFirmware()->getName()).arg(g.profile[g.id()].name()));
setWindowTitle(tr("%1 %2 - Radio: %3 - Profile: %4").arg(CPN_STR_APP_NAME).arg(VERSION).arg(getCurrentFirmware()->getName()).arg(g.profile[g.id()].name()));
}

MdiChild * MainWindow::createMdiChild()

0 comments on commit e70b793

Please sign in to comment.