From db6f76316b6ec7c9ab32f7efd5dce81a976cba82 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Feb 2011 05:19:43 +0000 Subject: Show human name instead of symbol in node control window (fix ticket #637). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2995 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeControlWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/NodeControlWindow.cpp b/src/gui/NodeControlWindow.cpp index 933bc69a..548f69c1 100644 --- a/src/gui/NodeControlWindow.cpp +++ b/src/gui/NodeControlWindow.cpp @@ -45,7 +45,7 @@ NodeControlWindow::NodeControlWindow(SharedPtr node, uint32_t poly) property_resizable() = true; set_border_width(5); - set_title(_node->path().chop_scheme() + " Controls - Ingen"); + set_title(_node->plugin_model()->human_name() + " - Ingen"); Glib::RefPtr xml = GladeFactory::new_glade_reference("warehouse_win"); xml->get_widget_derived("control_panel_vbox", _control_panel); -- cgit v1.2.1