aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2008-05-26 00:03:26 +0000
committerlluís gómez i bigordà <lluisbigorda@users.sourceforge.net>2008-05-26 00:03:26 +0000
commit901f19c0ae82c9473737fffa5bf1c8b24bcb9e60 (patch)
tree3770aacbcdbc5f8a2c38cb4e550a2400c817b590
parent6210d4c833f338b680972429dfd509545a92f346 (diff)
renamed plugindir to pluginsdir
svn path=/trunk/externals/pdvjtools/; revision=9918
-rw-r--r--pdp_freeframe/pdp_freeframe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdp_freeframe/pdp_freeframe.c b/pdp_freeframe/pdp_freeframe.c
index 8d94f47..717fd98 100644
--- a/pdp_freeframe/pdp_freeframe.c
+++ b/pdp_freeframe/pdp_freeframe.c
@@ -475,6 +475,7 @@ extern "C"
class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugin, gensym("plugin"), A_FLOAT, A_NULL);
class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_param, gensym("param"), A_FLOAT, A_FLOAT, A_NULL);
class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugindir, gensym("plugindir"), A_SYMBOL, A_NULL);
+ class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugindir, gensym("pluginsdir"), A_SYMBOL, A_NULL);
}