preparing 0.7 beta 1

This commit is contained in:
doitux
2009-04-05 21:26:36 +00:00
parent 607000dd91
commit 9ee97cb80b
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ startWindowImpl::startWindowImpl(ConfigFile *c)
// setWindowFlags(Qt::WindowSystemMenuHint | Qt::CustomizeWindowHint | Qt::Dialog);
// #endif
setupUi(this);
this->setWindowTitle(QString(tr("PokerTH %1 - The Open-Source Texas Holdem Engine").arg(POKERTH_BETA_RELEASE_STRING)));
this->setWindowTitle(QString(tr("PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING)));
//Widgets Grafiken per Stylesheets setzen
QString myAppDataPath = QString::fromUtf8(myConfig->readConfigString("AppDataDir").c_str());