This commit is contained in:
lasconic 2015-03-10 09:31:24 +01:00
parent 284fe396f3
commit c467499359
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ import MuseScore 1.0
MuseScore {
menuPath: "Plugins.run"
version: "2.0"
description: "This demo plugin runs an external command. Probably this will only work on linux.";
description: "This demo plugin runs an external command. Probably this will only work on Linux.";
QProcess {
id: proc

View file

@ -5,7 +5,7 @@ import MuseScore 1.0
MuseScore {
menuPath: "Plugins.scorelist"
version: "2.0"
description: "This test plugin interates through the score list."
description: "This test plugin iterates through the score list."
pluginType: "dialog"
width: 150