summaryrefslogtreecommitdiffstats
path: root/src/client/DeprecatedLoader.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-01-28 05:55:01 +0000
committerDavid Robillard <d@drobilla.net>2010-01-28 05:55:01 +0000
commit2b7f487f515929099744c69afe22f85c332b2f20 (patch)
tree9c95e337c144821ffe76ed0a62a09c7d3cc71298 /src/client/DeprecatedLoader.cpp
parent44083fa4278021d77480238a50d1100b1e8ba4cc (diff)
downloadingen-2b7f487f515929099744c69afe22f85c332b2f20.tar.gz
ingen-2b7f487f515929099744c69afe22f85c332b2f20.tar.bz2
ingen-2b7f487f515929099744c69afe22f85c332b2f20.zip
Use ingen-ui for prefix instead of ingenuity.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2388 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/DeprecatedLoader.cpp')
-rw-r--r--src/client/DeprecatedLoader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/DeprecatedLoader.cpp b/src/client/DeprecatedLoader.cpp
index 18785667..0b3243d1 100644
--- a/src/client/DeprecatedLoader.cpp
+++ b/src/client/DeprecatedLoader.cpp
@@ -152,9 +152,9 @@ DeprecatedLoader::add_variable(GraphObject::Properties& data, string old_key, st
{
string key = "";
if (old_key == "module-x")
- key = "ingenuity:canvas-x";
+ key = "ingen-ui:canvas-x";
else if (old_key == "module-y")
- key = "ingenuity:canvas-y";
+ key = "ingen-ui:canvas-y";
if (key != "") {
// FIXME: should this overwrite existing values?