Skip to content

Commit

Permalink
Merge branch 'welsh' of https://github.com/Jojo-Schmitz/MuseScore int…
Browse files Browse the repository at this point in the history
…o welsh
  • Loading branch information
Jojo-Schmitz committed Apr 14, 2016
2 parents 5c6c5d6 + 42555dc commit d54b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/resourceManager.cpp
Expand Up @@ -27,7 +27,7 @@ ResourceManager::ResourceManager(QWidget *parent) :
setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
QDir dir;
dir.mkpath(dataPath + "/locale");
baseAddr = "http://extensions.musescore.org/2.0/";
baseAddr = "http://extensions.musescore.org/2.0.2/";
displayPlugins();
displayLanguages();
languagesTable->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
Expand Down

0 comments on commit d54b8af

Please sign in to comment.