summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-16 22:22:57 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-16 22:22:57 +0000
commita581b356b1b5ca846079639aca7699e533c1e52f (patch)
tree52efcb79c5a56d9082e86ca00c0d8657ebfbdd75 /gtk2_ardour/midi_time_axis.cc
parentc8a27ebdbf601c22b19ad8a7defeb98b784c0dcf (diff)
A few capitalisation fixes.
git-svn-id: svn://localhost/ardour2/branches/3.0@9530 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_time_axis.cc')
-rw-r--r--gtk2_ardour/midi_time_axis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_time_axis.cc b/gtk2_ardour/midi_time_axis.cc
index 7b080dd97d..2f06fdb127 100644
--- a/gtk2_ardour/midi_time_axis.cc
+++ b/gtk2_ardour/midi_time_axis.cc
@@ -365,8 +365,8 @@ MidiTimeAxisView::append_extra_display_menu_items ()
sigc::mem_fun(*this, &MidiTimeAxisView::set_note_range),
MidiStreamView::ContentsRange)));
- items.push_back (MenuElem (_("Note range"), *range_menu));
- items.push_back (MenuElem (_("Note mode"), *build_note_mode_menu()));
+ items.push_back (MenuElem (_("Note Range"), *range_menu));
+ items.push_back (MenuElem (_("Note Mode"), *build_note_mode_menu()));
items.push_back (MenuElem (_("Default Channel"), *build_def_channel_menu()));
items.push_back (CheckMenuElem (_("MIDI Thru"), sigc::mem_fun(*this, &MidiTimeAxisView::toggle_midi_thru)));