summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeMenu.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-28 23:51:25 +0000
committerDavid Robillard <d@drobilla.net>2008-11-28 23:51:25 +0000
commit6b04f4fd3a84457eed53132ac42b6b8f44b289d6 (patch)
treee0844ab77b732f437a1100faf462d27fe86b7966 /src/gui/NodeMenu.cpp
parent41f370378810f4d1d3b03db1730edbe21bb44397 (diff)
downloadingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.tar.gz
ingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.tar.bz2
ingen-6b04f4fd3a84457eed53132ac42b6b8f44b289d6.zip
Sane ontology for internaals.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1818 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeMenu.cpp')
-rw-r--r--src/gui/NodeMenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NodeMenu.cpp b/src/gui/NodeMenu.cpp
index e4273330..79067cb9 100644
--- a/src/gui/NodeMenu.cpp
+++ b/src/gui/NodeMenu.cpp
@@ -90,8 +90,8 @@ NodeMenu::init(SharedPtr<NodeModel> node)
else
_randomize_menuitem->hide();
- if (plugin->uri() == "http://drobilla.net/ns/ingen#control_node"
- || plugin->uri() == "http://drobilla.net/ns/ingen#trigger_node")
+ if (plugin->uri() == "http://drobilla.net/ns/ingen-internals#Controller"
+ || plugin->uri() == "http://drobilla.net/ns/ingen-internals#Trigger")
_learn_menuitem->show();
else
_learn_menuitem->hide();