From 1a4fb609bf33a03764d299676adc423e7a30507a Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 15 Oct 2007 00:02:03 +0000 Subject: [PATCH] Removed todo. --- src/gui/qt/mainwindow/mainwindowimpl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/qt/mainwindow/mainwindowimpl.cpp b/src/gui/qt/mainwindow/mainwindowimpl.cpp index bd6ea9dc..36d384d0 100755 --- a/src/gui/qt/mainwindow/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindow/mainwindowimpl.cpp @@ -3596,13 +3596,11 @@ void mainWindowImpl::networkNotification(int notificationId) QMessageBox::Close); } break; 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 { 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); }