From 901f19c0ae82c9473737fffa5bf1c8b24bcb9e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?llu=C3=ADs=20g=C3=B3mez=20i=20bigord=C3=A0?= Date: Mon, 26 May 2008 00:03:26 +0000 Subject: renamed plugindir to pluginsdir svn path=/trunk/externals/pdvjtools/; revision=9918 --- pdp_freeframe/pdp_freeframe.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.1