From 90013966c14d18c7c55a906c319704bc1ffc4ae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jun 2006 07:03:30 +0000 Subject: More renaming, fixed bugs with disconnecting patch ports internally git-svn-id: http://svn.drobilla.net/lad/ingen@74 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/DSSIController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs/ingenuity/DSSIController.cpp') diff --git a/src/progs/ingenuity/DSSIController.cpp b/src/progs/ingenuity/DSSIController.cpp index 3159504a..8eb40c5c 100644 --- a/src/progs/ingenuity/DSSIController.cpp +++ b/src/progs/ingenuity/DSSIController.cpp @@ -154,7 +154,7 @@ DSSIController::attempt_to_show_gui() const char* dllName = node_model()->plugin()->lib_name().c_str(); const char* label = node_model()->plugin()->plug_label().c_str(); - const char* myName = "om_gtk"; + const char* myName = "ingenuity"; const string& oscUrl = engine_url + "/dssi" + node_model()->path(); struct dirent* entry = NULL; -- cgit v1.2.1