Removed todo.

This commit is contained in:
lotodore
2007-10-15 00:02:03 +00:00
parent feb8bd230b
commit 1a4fb609bf
-2
View File
@@ -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 <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net/<a/> 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 <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net/<a/> and download the latest version."),
QMessageBox::Close); }