Skip to content

Commit

Permalink
Add hyperlink to the download page in check QGIS version dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 18, 2019
1 parent f369461 commit 355820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -10301,7 +10301,7 @@ void QgisApp::versionReplyFinished()

info = QStringLiteral( "<b>%1</b>" ).arg( info );

info += "<br>" + versionInfo->downloadInfo();
info += "<br>" + QgsStringUtils::insertLinks( versionInfo->downloadInfo() );

QMessageBox mb( QMessageBox::Information, tr( "QGIS Version Information" ), info );
mb.setInformativeText( versionInfo->html() );
Expand Down

0 comments on commit 355820a

Please sign in to comment.