diff options
author | Tim E. Real <termtech@rogers.com> | 2011-01-02 09:17:35 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2011-01-02 09:17:35 +0000 |
commit | 26e8e0544d07641a72dfa9c05be20c2b3512c710 (patch) | |
tree | bf0b01cead8cb7d9b4c7f0abbd37d94e94db5060 /muse2 | |
parent | f9d0e948cb5240a5a1c55dca0f74b881878961f0 (diff) |
Slight typo "decrease position"
Diffstat (limited to 'muse2')
-rw-r--r-- | muse2/muse/shortcuts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/shortcuts.cpp b/muse2/muse/shortcuts.cpp index a02b9ea4..558feaa4 100644 --- a/muse2/muse/shortcuts.cpp +++ b/muse2/muse/shortcuts.cpp @@ -219,7 +219,7 @@ void initShortCuts() defShrt(SHRT_POS_DEC, Qt::Key_Minus, "Transport: Decrease current position", GLOBAL_SHRT, "curpos_decrease"); defShrt(SHRT_POS_INC_NOSNAP, Qt::SHIFT + Qt::Key_Plus, "Transport: Increase current position, no snap", GLOBAL_SHRT, "curpos_increase_nosnap"); - defShrt(SHRT_POS_DEC_NOSNAP, Qt::SHIFT + Qt::Key_Minus, "Transport: Increase current position, no snap", GLOBAL_SHRT, "curpos_decrease_nosnap"); + defShrt(SHRT_POS_DEC_NOSNAP, Qt::SHIFT + Qt::Key_Minus, "Transport: Decrease current position, no snap", GLOBAL_SHRT, "curpos_decrease_nosnap"); /* defShrt(SHRT_POS_INC_BAR, Qt::CTRL + Qt::ALT + Qt::Key_Plus, "Transport: Increase current position", GLOBAL_SHRT, "curpos_increase_bar"); |