From 9851334e79a585775d9e57e270fc00f497eaaf84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Jun 2009 22:41:50 +0000 Subject: Fix window titles. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2093 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PortPropertiesWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/PortPropertiesWindow.cpp') diff --git a/src/gui/PortPropertiesWindow.cpp b/src/gui/PortPropertiesWindow.cpp index 3efe02bd..79db728e 100644 --- a/src/gui/PortPropertiesWindow.cpp +++ b/src/gui/PortPropertiesWindow.cpp @@ -64,7 +64,7 @@ PortPropertiesWindow::present(SharedPtr pm) _port_model = pm; - set_title(pm->path().str() + " Properties"); + set_title(pm->path().chop_scheme() + " Properties - Ingen"); float min = 0.0f, max = 1.0f; boost::shared_ptr parent = PtrCast(_port_model->parent()); -- cgit v1.2.1