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/dist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dist.c') diff --git a/src/dist.c b/src/dist.c index e04e317..38544d5 100644 --- a/src/dist.c +++ b/src/dist.c @@ -270,10 +270,10 @@ void maxlib_dist_setup(void) class_addmethod(dist_class, (t_method)dist_send, gensym("send"), A_GIMME, 0); class_addanything(dist_class, dist_anything); #ifndef MAXLIB - class_sethelpsymbol(dist_class, gensym("help-dist.pd")); + post(version); #else class_addcreator((t_newmethod)dist_new, gensym("dist"), A_GIMME, 0); - class_sethelpsymbol(dist_class, gensym("maxlib/help-dist.pd")); + class_sethelpsymbol(dist_class, gensym("maxlib/dist-help.pd")); #endif } -- cgit v1.2.1