summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
commit3f6ec53ba3f30d4dc8ceeb0b44752eec0d4a2d21 (patch)
tree5873be33e533ac4b25ed7a27869373a145106576 /gtk2_ardour/editor.cc
parent6ab6ad5bb732512d04593b1a5d566d5e787d45ed (diff)
Tidy up style of a few toggle buttons (#4319).
git-svn-id: svn://localhost/ardour2/branches/3.0@10097 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 5be3f245c7..c6164a707f 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -3016,6 +3016,7 @@ Editor::setup_midi_toolbar ()
/* Midi sound notes */
midi_sound_notes.add (*(manage (new Image (::get_icon("midi_sound_notes")))));
midi_sound_notes.unset_flags (CAN_FOCUS);
+ midi_sound_notes.set_name (X_("MidiSoundNotesButton"));
/* Panic */