diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-26 00:03:26 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2008-05-26 00:03:26 +0000 |
commit | 901f19c0ae82c9473737fffa5bf1c8b24bcb9e60 (patch) | |
tree | 3770aacbcdbc5f8a2c38cb4e550a2400c817b590 /pdp_freeframe | |
parent | 6210d4c833f338b680972429dfd509545a92f346 (diff) |
renamed plugindir to pluginsdir
svn path=/trunk/externals/pdvjtools/; revision=9918
Diffstat (limited to 'pdp_freeframe')
-rw-r--r-- | pdp_freeframe/pdp_freeframe.c | 1 |
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); } |