From 375ea47778164e8fcbfffa5400abb31e9f8261bd Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 12 Oct 2007 14:42:33 +0000 Subject: [PATCH] Fixed linefeeds. --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index e66e3f76..02d2813f 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -3584,14 +3584,14 @@ void mainWindowImpl::networkNotification(int notificationId) tr("Invalid password when joining the game.\nPlease reenter the password and try again."), QMessageBox::Close); } break; - case NTF_NET_NEW_RELEASE_AVAILABLE: - // TODO use dialog with link to pokerth.net + case NTF_NET_NEW_RELEASE_AVAILABLE: + // TODO use dialog with link to pokerth.net { QMessageBox::information(this, tr("Network Notification"), tr("A new release of PokerTH is available. Please go to http://www.pokerth.net/ and download the latest version."), QMessageBox::Close); } break; - case NTF_NET_OUTDATED_BETA: - // TODO use dialog with link to pokerth.net + case NTF_NET_OUTDATED_BETA: + // TODO use dialog with link to pokerth.net { QMessageBox::information(this, tr("Network Notification"), tr("This beta release of PokerTH is outdated. Please go to http://www.pokerth.net/ and download the latest version."), QMessageBox::Close); }