View Issue Details

IDProjectCategoryView StatusLast Update
0000686ardourbugspublic2020-04-19 20:12
Reporterscjody Assigned Topaul  
PriorityurgentSeveritytextReproducibilityalways
Status closedResolutionfixed 
Summary0000686: [PATCH] "draw gain automation" poorly named
DescriptionThe "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".
TagsNo tags attached.

Activities

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"));
686.patch (844 bytes)   

cth103

2009-10-31 22:59

administrator   ~0007046

Last edited: 2009-10-31 22:59

Attached is a patch to change it to "Draw Region Gain"

paul

2010-09-17 20:34

administrator   ~0009085

patch applied for 3.0 , rev 7794

system

2020-04-19 20:12

developer   ~0021434

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.

Issue History

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