Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

Commit

Permalink
BlackRose GUI Wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Camellia73 committed Oct 29, 2019
1 parent a1f9808 commit ede33fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void Updater::replyFinished (QNetworkReply *reply)
if (ourVersion < remoteVersion) {

if (QMessageBox::warning(nullptr, QObject::tr("New version available"), QObject::tr("There is update available.\nDo you want to go to download page?"), QMessageBox::Ok, QMessageBox::Cancel) == QMessageBox::Ok) {
QString link = "http://geem.io/downloads/";
QString link = "https://github.com/Camellia73/BlackRoseCoin_GUI/releases";
QDesktopServices::openUrl(QUrl(link));
}

Expand Down

0 comments on commit ede33fb

Please sign in to comment.