diff options
author | Robert Jonsson <spamatica@gmail.com> | 2012-10-02 19:56:09 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2012-10-02 19:56:09 +0000 |
commit | 1b0b76eff1325963420c3e4b6d50e3f7e4c791f4 (patch) | |
tree | 5966e7d9e2a7b354f5b9ff76d41c3799f5242061 | |
parent | 179e91299cb95ad6b24d2f2c9b59b1c0874f4238 (diff) |
cursor mode explanation
-rw-r--r-- | muse2/ChangeLog | 2 | ||||
-rw-r--r-- | muse2/muse/widgets/tools.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index eaf58019..dbdfaa22 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,5 @@ +02.10.2012: + - Added descriptive tooltip to cursor mode in drum editor (rj) 01.10.2012: - Fixed Step shortcuts 0,9 in drum editor so they actually update the step size and fixed update of controller view when stepping diff --git a/muse2/muse/widgets/tools.cpp b/muse2/muse/widgets/tools.cpp index d46126a9..da3f4d01 100644 --- a/muse2/muse/widgets/tools.cpp +++ b/muse2/muse/widgets/tools.cpp @@ -65,7 +65,7 @@ ToolB toolList[] = { {&drawIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "draw"), infoDraw }, {&editmuteIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "mute parts"), infoMute }, {&drawIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "edit automation"),infoAutomation}, - {&cursorIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "cursor"), infoCursor}, + {&cursorIcon, QT_TRANSLATE_NOOP("MusEGui::EditToolBar", "cursor (tracker mode)\nNavigate with arrow keys\nUse VBNM to place notes\nChange step with 0 and 9"), infoCursor}, }; //--------------------------------------------------------- |