Add IV3NWV to mainwindow title bar.

This commit is contained in:
Joe Taylor 2020-12-11 09:13:38 -05:00
parent c4dbfbbdca
commit 2a25a188d1
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ QString version (bool include_patch)
QString program_title (QString const& revision)
{
QString id {QCoreApplication::applicationName () + " v" + QCoreApplication::applicationVersion ()};
return id + " " + revision + " by K1JT, G4WJS, and K9AN";
return id + " " + revision + " by K1JT, G4WJS, K9AN, and IV3NWV";
}