summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-19 01:34:28 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-19 01:34:28 +0000
commit0deb2aa9af46f9b1636bba4cf94ea54b699ce879 (patch)
treed328429f7b0b4eda209b1010cbf39832b7482862 /gtk2_ardour/rc_option_editor.cc
parentdf3eaf91886d1d33fc60235f15a4e45b260bd4db (diff)
Add window title to control surface options.
git-svn-id: svn://localhost/ardour2/branches/3.0@11727 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 3dc5972eac..46094516d8 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -757,6 +757,7 @@ private:
if (box) {
string title = row[_model.name];
ArdourWindow* win = new ArdourWindow (_parent, title);
+ win->set_title ("Control Protocol Options");
win->add (*box);
box->show ();
win->present ();