mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Add IV3NWV to mainwindow title bar.
This commit is contained in:
parent
c4dbfbbdca
commit
2a25a188d1
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user