Updated version outdated messages.
This commit is contained in:
@@ -3521,7 +3521,7 @@ void mainWindowImpl::networkError(int errorID, int /*osErrorID*/) {
|
|||||||
break;
|
break;
|
||||||
case ERR_NET_VERSION_NOT_SUPPORTED:
|
case ERR_NET_VERSION_NOT_SUPPORTED:
|
||||||
{ QMessageBox::warning(this, tr("Network Error"),
|
{ QMessageBox::warning(this, tr("Network Error"),
|
||||||
tr("The PokerTH server does not support this version of the game.\nPlease update PokerTH."),
|
tr("The PokerTH server does not support this version of the game.\nPlease go to <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net/<a/> and download the latest version."),
|
||||||
QMessageBox::Close); }
|
QMessageBox::Close); }
|
||||||
break;
|
break;
|
||||||
case ERR_NET_SERVER_FULL:
|
case ERR_NET_SERVER_FULL:
|
||||||
@@ -3656,12 +3656,12 @@ void mainWindowImpl::networkNotification(int notificationId)
|
|||||||
break;
|
break;
|
||||||
case NTF_NET_NEW_RELEASE_AVAILABLE:
|
case NTF_NET_NEW_RELEASE_AVAILABLE:
|
||||||
{ QMessageBox::information(this, tr("Network Notification"),
|
{ 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."),
|
tr("A new release of PokerTH is available.\nPlease go to <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net/<a/> and download the latest version."),
|
||||||
QMessageBox::Close); }
|
QMessageBox::Close); }
|
||||||
break;
|
break;
|
||||||
case NTF_NET_OUTDATED_BETA:
|
case NTF_NET_OUTDATED_BETA:
|
||||||
{ QMessageBox::information(this, tr("Network Notification"),
|
{ 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."),
|
tr("This beta release of PokerTH is outdated.\nPlease go to <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net/<a/> and download the latest version."),
|
||||||
QMessageBox::Close); }
|
QMessageBox::Close); }
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user