From 1b0b76eff1325963420c3e4b6d50e3f7e4c791f4 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Tue, 2 Oct 2012 19:56:09 +0000 Subject: cursor mode explanation --- muse2/ChangeLog | 2 ++ muse2/muse/widgets/tools.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'muse2') 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}, }; //--------------------------------------------------------- -- cgit v1.2.3