Add window title to control surface options.
authorCarl Hetherington <carl@carlh.net>
Mon, 19 Mar 2012 01:34:28 +0000 (01:34 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 19 Mar 2012 01:34:28 +0000 (01:34 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11727 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/rc_option_editor.cc

index 3dc5972eac36d2956c37650835a89bb3f18c2976..46094516d8a16e00c78e577683b89c28b2cbc3ce 100644 (file)
@@ -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 ();