Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Sep 8, 2012
1 parent dca3d7d commit b75d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/palette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ PaletteCell* Palette::append(SymId symIdx)
return 0;
Symbol* s = new Symbol(gscore);
s->setSym(symIdx);
return append(s, qApp->translate("symbol", Sym::id2userName(symIdx)));
return append(s, Sym::id2userName(symIdx));
}

//---------------------------------------------------------
Expand Down

0 comments on commit b75d23e

Please sign in to comment.