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/weibull.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/weibull.c') diff --git a/src/weibull.c b/src/weibull.c index 1dbf4aa..a6e8564 100644 --- a/src/weibull.c +++ b/src/weibull.c @@ -87,9 +87,9 @@ void maxlib_weibull_setup(void) #endif class_addbang(rand_weibull_class, rand_weibull_bang); #ifndef MAXLIB - class_sethelpsymbol(rand_weibull_class, gensym("help-weibull.pd")); + class_sethelpsymbol(rand_weibull_class, gensym("weibull-help.pd")); post(version); #else - class_sethelpsymbol(rand_weibull_class, gensym("maxlib/help-weibull.pd")); + class_sethelpsymbol(rand_weibull_class, gensym("maxlib/weibull-help.pd")); #endif } -- cgit v1.2.1