13
0

Consistent dialog title (match "Show Protocol Settings" button)

This commit is contained in:
Robin Gareus 2017-02-19 17:14:59 +01:00
parent 13b1b607b5
commit 94ec54a3c4

View File

@ -1462,7 +1462,7 @@ class ControlSurfacesOptions : public OptionEditorMiniPage
* tear_down_gui() hides an deletes the Window if it exists.
*/
ArdourWindow* win = new ArdourWindow (*((Gtk::Window*) _view.get_toplevel()), title.get_string());
win->set_title ("Control Protocol Options");
win->set_title (_("Control Protocol Settings"));
win->add (*box);
box->show ();
win->present ();