From ff6b00b82c7f3f1a1efae7ba00894604aa70a60d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 22:15:07 +0000 Subject: switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems svn path=/trunk/externals/maxlib/; revision=3878 --- src/allow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/allow.c') diff --git a/src/allow.c b/src/allow.c index f835dc5..a8a6238 100644 --- a/src/allow.c +++ b/src/allow.c @@ -104,9 +104,9 @@ void maxlib_allow_setup(void) class_addsymbol(allow_class, allow_symbol); class_addfloat(allow_class, allow_float); #ifndef MAXLIB - class_sethelpsymbol(allow_class, gensym("help-allow.pd")); + post(version); #else - class_sethelpsymbol(allow_class, gensym("maxlib/help-allow.pd")); + class_sethelpsymbol(allow_class, gensym("maxlib/allow-help.pd")); #endif } -- cgit v1.2.1