mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Dev channel to GitHub (#2557)
This commit is contained in:
parent
6d07709174
commit
d7e5b29d41
2 changed files with 50 additions and 39 deletions
|
|
@ -125,7 +125,7 @@ void DlgUpdate::finishedUpdateCheck(bool needToUpdate, bool isCompatible, Releas
|
|||
//If there is an update, save its URL and work out its name
|
||||
updateUrl = release->getDownloadUrl();
|
||||
|
||||
QMessageBox::StandardButton reply;
|
||||
int reply;
|
||||
reply = QMessageBox::question(this, "Update Available",
|
||||
tr("A new version is available:<br/>%1<br/>published on %2 ."
|
||||
"<br/>More informations are available on the <a href=\"%3\">release changelog</a>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue