From 0afeb7e9fab7b1ec8787d88b3d5ce0914f0d0b0d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 2 Oct 2003 03:39:51 +0000 Subject: converted helpfiles to 0.37 svn path=/trunk/externals/markex/; revision=1059 --- oneshot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'oneshot.c') diff --git a/oneshot.c b/oneshot.c index ba2e0a0..f1718b2 100644 --- a/oneshot.c +++ b/oneshot.c @@ -56,6 +56,8 @@ void oneshot_setup(void) class_addfloat(oneshot_class, (t_method)oneshot_float); class_addbang(oneshot_class, (t_method)oneshot_bang); class_addmethod(oneshot_class, (t_method)oneshot_clear, gensym("clear"), A_NULL); - class_sethelpsymbol(oneshot_class, gensym("help-oneshot")); + #if PD_MINOR_VERSION < 37 + class_sethelpsymbol(oneshot_class, gensym("oneshot-help.pd")); +#endif } -- cgit v1.2.1