From 53ace864534ed8add137ae14b65b865bd392ab39 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 22 May 2008 22:16:54 +0000 Subject: [PATCH] about-window string fix --- src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp b/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp index c0062542..82a71215 100755 --- a/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp +++ b/src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp @@ -60,6 +60,6 @@ aboutPokerthImpl::aboutPokerthImpl(QWidget *parent, ConfigFile *c) label_pokerthVersion->setText(QString(tr("PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING))); this->setWindowTitle(QString(tr("About PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING))); - textBrowser_3->append("

thiger, dunkanx, BerndA

\n

     - for different patches

"); +/* textBrowser_3->append("

thiger, dunkanx, BerndA

\n

     - for different patches

");*/ }