summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-10-05 12:23:17 +0000
committerCarl Hetherington <carl@carlh.net>2007-10-05 12:23:17 +0000
commit77459de9810e5dded2a7375a04f8f856c708b169 (patch)
treea0922107ebb925a21f1e8739c0056de4479b6d61 /gtk2_ardour/option_editor.cc
parent811426b5b32d6d95c2cffc40270b781b80336f82 (diff)
Add a label to the add midi port button in the options editor. Give the Add MIDI port dialog a slightly friendlier name.
git-svn-id: svn://localhost/ardour2/trunk@2515 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index 93cccfcbf3..513e46448e 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -387,6 +387,7 @@ OptionEditor::setup_midi_options ()
hbox->pack_start (midi_port_table, true, false);
midi_packer.pack_start (*hbox, false, false);
+ add_midi_port_button.set_label ("Add MIDI port");
midi_packer.pack_start (add_midi_port_button, false, false);
hbox = manage (new HBox);