--- a/src/config.cpp Sun Sep 08 19:56:11 2013 +0300 +++ b/src/config.cpp Sun Sep 08 21:02:10 2013 +0300 @@ -74,7 +74,7 @@ SLOT (buttonPressed (QAbstractButton*))); connect (ui->m_editVersions, SIGNAL (clicked()), this, SLOT (editBinaries())); connect (ui->m_editVersions_2, SIGNAL (clicked()), this, SLOT (editBinaries())); - setWindowTitle (fmt (APPNAME " %1", versionString())); + setWindowTitle (versionSignature()); } // =============================================================================