fix dialog problem
This commit is contained in:
@@ -880,7 +880,7 @@ void startWindowImpl::networkNotification(int notificationId)
|
|||||||
tr("A new release of PokerTH is available.<br>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.<br>Please go to <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net</a> and download the latest version."),
|
||||||
QMessageBox::Close, this);
|
QMessageBox::Close, this);
|
||||||
msgBox.setTextFormat(Qt::RichText);
|
msgBox.setTextFormat(Qt::RichText);
|
||||||
msgBox.exec();
|
msgBox.show();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NTF_NET_OUTDATED_BETA:
|
case NTF_NET_OUTDATED_BETA:
|
||||||
@@ -888,7 +888,7 @@ void startWindowImpl::networkNotification(int notificationId)
|
|||||||
tr("This beta release of PokerTH is outdated.<br>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.<br>Please go to <a href=\"http://www.pokerth.net/\" target=\"_blank\">http://www.pokerth.net</a> and download the latest version."),
|
||||||
QMessageBox::Close, this);
|
QMessageBox::Close, this);
|
||||||
msgBox.setTextFormat(Qt::RichText);
|
msgBox.setTextFormat(Qt::RichText);
|
||||||
msgBox.exec();
|
msgBox.show();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user