Skip to content

Commit

Permalink
add version in startcenter url
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jul 15, 2015
1 parent 360b84b commit 3577a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/startcenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Startcenter::Startcenter()
//init webview
if (!noWebView) {
_webView = new MyWebView(this);
_webView->setUrl(QUrl("https://connect2.musescore.com/"));
_webView->setUrl(QUrl(QString("https://connect2.musescore.com/?version=%1").arg(VERSION)));
horizontalLayout->addWidget(_webView);
}

Expand Down

0 comments on commit 3577a2d

Please sign in to comment.