From 0deb2aa9af46f9b1636bba4cf94ea54b699ce879 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Mar 2012 01:34:28 +0000 Subject: Add window title to control surface options. git-svn-id: svn://localhost/ardour2/branches/3.0@11727 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/rc_option_editor.cc') 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 (); -- cgit v1.2.3