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/mlife.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mlife.c') diff --git a/src/mlife.c b/src/mlife.c index f592672..4b77e09 100644 --- a/src/mlife.c +++ b/src/mlife.c @@ -491,7 +491,7 @@ void mlife_setup(void) class_addmethod(mlife_class, (t_method)ml_display, gensym("display"), 0); class_addfloat(mlife_class, ml_int); class_addbang(mlife_class, ml_bang); - class_sethelpsymbol(mlife_class, gensym("help-mlife.pd")); + post(version); } #else @@ -510,6 +510,6 @@ void maxlib_mlife_setup(void) class_addmethod(mlife_class, (t_method)ml_display, gensym("display"), 0); class_addfloat(mlife_class, ml_int); class_addbang(mlife_class, ml_bang); - class_sethelpsymbol(mlife_class, gensym("maxlib/help-mlife.pd")); + class_sethelpsymbol(mlife_class, gensym("maxlib/mlife-help.pd")); } #endif -- cgit v1.2.1