use capital chordname in palette

This commit is contained in:
lasconic 2013-04-11 16:16:44 +02:00
parent 14fbeb30d3
commit 9ad74503d9

View file

@ -878,7 +878,7 @@ Palette* MuseScore::newTextPalette()
}
Harmony* harmony = new Harmony(gscore);
harmony->setText("c7");
harmony->setText("C7");
sp->append(harmony, tr("Chord Name"));
return sp;
}