From 90de94d22157d34c20358e475467f4caed8c7624 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 7 Nov 2007 20:47:54 +0000 Subject: [PATCH] Fixed string. --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index 55c55782..a3314ce2 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -3728,7 +3728,7 @@ void mainWindowImpl::leaveCurrentNetworkGame() { myMessageDialogImpl dialog(this); dialog.setWindowTitle(tr("PokerTH - Internet Game Message")); dialog.label_icon->setPixmap(QPixmap(myAppDataPath +"gfx/gui/misc/logoChip3D.png").scaled(50,50,Qt::KeepAspectRatio,Qt::SmoothTransformation)); - dialog.label->setText(tr("Attention! Do you really want to leave the current game \nand go back to lobby?")); + dialog.label->setText(tr("Attention! Do you really want to leave the current game\nand go back to the lobby?")); if (dialog.exec() == QDialog::Accepted ) {