Window title

This commit is contained in:
Jordan Sherer 2018-10-04 16:39:54 -04:00
parent 877c6e1d9d
commit f56af06140

View File

@ -33,6 +33,6 @@ QString version (bool include_patch)
QString program_title (QString const& revision)
{
QString id {"JSQCall de KN4CRD (v%1)"};
QString id {"JS8Call de KN4CRD (v%1)"};
return id.arg(QCoreApplication::applicationVersion ());
}