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/pulse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse.c') diff --git a/src/pulse.c b/src/pulse.c index b188532..4205315 100644 --- a/src/pulse.c +++ b/src/pulse.c @@ -281,7 +281,7 @@ void pulse_setup(void) class_addmethod(pulse_class, (t_method)pulse_tempo, gensym("tempo"), A_FLOAT, 0); class_addfloat(pulse_class, pulse_onoff); class_addbang(pulse_class, pulse_bang); - class_sethelpsymbol(pulse_class, gensym("help-pulse.pd")); + post(version); } #else @@ -296,6 +296,6 @@ void maxlib_pulse_setup(void) class_addmethod(pulse_class, (t_method)pulse_tempo, gensym("tempo"), A_FLOAT, 0); class_addfloat(pulse_class, pulse_onoff); class_addbang(pulse_class, pulse_bang); - class_sethelpsymbol(pulse_class, gensym("maxlib/help-pulse.pd")); + class_sethelpsymbol(pulse_class, gensym("maxlib/pulse-help.pd")); } #endif -- cgit v1.2.1