aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/message/message.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-18 23:14:34 +0000
committerDavid Robillard <d@drobilla.net>2012-02-18 23:14:34 +0000
commit69ef5c8555e8b1bf308ff8133684a2b317e2887e (patch)
tree5d75f7be42d67f69bf291b07b4daefd217533976 /lv2/lv2plug.in/ns/ext/message/message.h
parent9977d659105937112587e7eb68c59fae7169d945 (diff)
downloadlv2-69ef5c8555e8b1bf308ff8133684a2b317e2887e.tar.xz
msg:cause => msg:request.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/message/message.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/message/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/message/message.h b/lv2/lv2plug.in/ns/ext/message/message.h
index 728b836..d2f3b1d 100644
--- a/lv2/lv2plug.in/ns/ext/message/message.h
+++ b/lv2/lv2plug.in/ns/ext/message/message.h
@@ -41,6 +41,6 @@
#define LV2_MESSAGE__Set LV2_MESSAGE_URI "#Set"
#define LV2_MESSAGE__add LV2_MESSAGE_URI "#add"
#define LV2_MESSAGE__body LV2_MESSAGE_URI "#body"
-#define LV2_MESSAGE__cause LV2_MESSAGE_URI "#cause"
+#define LV2_MESSAGE__request LV2_MESSAGE_URI "#request"
#endif /* LV2_MESSAGE_H */