src/config.cpp

changeset 26
9aab482c9125
parent 25
256bb5c6b77f
child 30
6b82f6a3ad53
--- 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());
 }
 
 // =============================================================================

mercurial