View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000686 | ardour | bugs | public | 2004-08-12 18:56 | 2020-04-19 20:12 |
| Reporter | scjody | Assigned To | paul | ||
| Priority | urgent | Severity | text | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000686: [PATCH] "draw gain automation" poorly named | ||||
| Description | The "gain" mouse mode button offers a tooltip of "draw gain automation", which is misleading. I suggest renaming it to something like "draw region gain envelope". | ||||
| Tags | No tags attached. | ||||
|
2009-10-31 22:59
|
686.patch (844 bytes)
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 4c00c0c..1404fae 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -2996,7 +2996,7 @@ Editor::setup_toolbar ()
ARDOUR_UI::instance()->tooltips().set_tip (mouse_move_button, _("Select/Move Objects"));
ARDOUR_UI::instance()->tooltips().set_tip (mouse_select_button, _("Select/Move Ranges"));
- ARDOUR_UI::instance()->tooltips().set_tip (mouse_gain_button, _("Draw Gain Automation"));
+ ARDOUR_UI::instance()->tooltips().set_tip (mouse_gain_button, _("Draw Region Gain"));
ARDOUR_UI::instance()->tooltips().set_tip (mouse_zoom_button, _("Select Zoom Range"));
ARDOUR_UI::instance()->tooltips().set_tip (mouse_timefx_button, _("Stretch/Shrink Regions"));
ARDOUR_UI::instance()->tooltips().set_tip (mouse_audition_button, _("Listen to Specific Regions"));
|
|
|
Attached is a patch to change it to "Draw Region Gain" |
|
|
patch applied for 3.0 , rev 7794 |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-08-12 18:56 | scjody | New Issue | |
| 2009-10-31 22:59 | cth103 | File Added: 686.patch | |
| 2009-10-31 22:59 | cth103 | Status | new => assigned |
| 2009-10-31 22:59 | cth103 | Assigned To | => paul |
| 2009-10-31 22:59 | cth103 | Note Added: 0007046 | |
| 2009-10-31 22:59 | cth103 | cost | => 0.00 |
| 2009-10-31 22:59 | cth103 | Summary | "draw gain automation" poorly named => [PATCH] "draw gain automation" poorly named |
| 2009-10-31 22:59 | cth103 | Note Edited: 0007046 | |
| 2010-09-17 20:34 | paul | Note Added: 0009085 | |
| 2010-09-17 20:34 | paul | Status | assigned => resolved |
| 2010-09-17 20:34 | paul | Resolution | open => fixed |
| 2020-04-19 20:12 | system | Note Added: 0021434 | |
| 2020-04-19 20:12 | system | Status | resolved => closed |