summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-15 19:50:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-15 19:50:42 +0000
commita609ea41db7cc339c522728918214b0a17308a08 (patch)
tree640f28016cf8e5f3d743f6e4d0ed52eea8a8eab7 /gtk2_ardour/mixer_strip.h
parente2757229a74a17a76682b6c72868d8e4822b7678 (diff)
Remove ambiguous checkbutton from Comments... menu item
(does it mean the comments window is open, or that there are comments?) (part of #4416). git-svn-id: svn://localhost/ardour2/branches/3.0@10625 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index ec12c5c9db..82ab35f332 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -208,7 +208,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void comment_editor_done_editing ();
void setup_comment_editor ();
- void toggle_comment ();
+ void open_comment_editor ();
+ void toggle_comment_editor ();
void setup_comment_button ();
Gtk::Button group_button;