Skip to content

Commit

Permalink
fix #21590
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Jul 10, 2013
1 parent 1f5b245 commit 6c984a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Shortcut Shortcut::sc[] = {
QT_TRANSLATE_NOOP("action","Save a copy of the score in addition to the current file")
),
Shortcut(
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT | STATE_LYRICS_EDIT | STATE_PLAY,
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT | STATE_LYRICS_EDIT,
A_SCORE,
"file-export",
QT_TRANSLATE_NOOP("action","Export..."),
Expand Down

0 comments on commit 6c984a1

Please sign in to comment.