From 4ae2cca91a7482d23837f27b4c5130b0dbde98f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Nov 2009 04:08:14 +0000 Subject: Make all windows respond to ctrl+w. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2269 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodePropertiesWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodePropertiesWindow.cpp') diff --git a/src/gui/NodePropertiesWindow.cpp b/src/gui/NodePropertiesWindow.cpp index 0ce607fb..39115bd2 100644 --- a/src/gui/NodePropertiesWindow.cpp +++ b/src/gui/NodePropertiesWindow.cpp @@ -29,7 +29,7 @@ namespace GUI { NodePropertiesWindow::NodePropertiesWindow(BaseObjectType* cobject, const Glib::RefPtr& glade_xml) -: Gtk::Window(cobject) + : Window(cobject) { glade_xml->get_widget("node_properties_path_label", _node_path_label); glade_xml->get_widget("node_properties_polyphonic_checkbutton", _node_polyphonic_toggle); -- cgit v1.2.1