This commit is contained in:
Klaus Basan
2014-05-08 00:11:15 +02:00
parent 4d7c198d26
commit 41b89e928f
3 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ namespace BlackMisc
const QString &CProject::systemNameAndVersion()
{
static QString s = QString("BlackBox %1").arg(version());
static QString s = QString("swift %1").arg(version());
return s;
}