From a8fa97571db569c13b1fb1831499fecb94f65847 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 31 Mar 2012 20:18:28 +0000 Subject: [PATCH] Running astyle. --- src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp index b4d19b60..f143fa84 100644 --- a/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp +++ b/src/gui/qt/gamelobbydialog/gamelobbydialogimpl.cpp @@ -2046,7 +2046,7 @@ void gameLobbyDialogImpl::reportBadGameName() GameInfo info(mySession->getClientGameInfo(gameId)); int ret = QMessageBox::question(this, tr("PokerTH - Question"), - tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No); + tr("Are you sure you want to report the game name:\n\"%1\" as inappropriate?").arg(QString::fromUtf8(info.name.c_str())), QMessageBox::Yes | QMessageBox::No); if(ret == QMessageBox::Yes) { // mySession->reportBadGameName(gameId); TODO