Skip to content

Commit

Permalink
fix translation of menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Oct 29, 2013
1 parent 2ff541a commit 8a35d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/shortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ QAction* Shortcut::action() const
if (_state == STATE_NEVER)
return 0;

_action = new QAction(_text, 0);
_action = new QAction(text(), 0);
_action->setData(_key);
_action->setIconVisibleInMenu (false);

Expand Down

0 comments on commit 8a35d82

Please sign in to comment.