mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 06:06:24 +01:00
TrackPanel no longer implements the draw tool...
... also implement ESC key for it
This commit is contained in:
committed by
Paul Licameli
parent
85c03bb3b3
commit
f1f254f974
@@ -88,6 +88,9 @@ ToolsToolBar::ToolsToolBar()
|
||||
mMessageOfTool[selectTool] = _("Click and drag to select audio");
|
||||
|
||||
mMessageOfTool[envelopeTool] = _("Click and drag to edit the amplitude envelope");
|
||||
|
||||
// TODO: message should also mention the brush. Describing the modifier key
|
||||
// (alt, or other) varies with operating system.
|
||||
mMessageOfTool[drawTool] = _("Click and drag to edit the samples");
|
||||
|
||||
// TODO: Why not mention middle click to zoom normal on Windows too?
|
||||
|
||||
Reference in New Issue
Block a user