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 --- tripleLine.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tripleLine.c') diff --git a/tripleLine.c b/tripleLine.c index bc8530d..88d2336 100644 --- a/tripleLine.c +++ b/tripleLine.c @@ -126,7 +126,9 @@ void tripleLine_setup(void) class_addmethod(tripleLine_class, (t_method)setLineParameters, &s_list, A_GIMME, A_NULL); - class_sethelpsymbol(tripleLine_class, gensym("help-tripleLine")); + #if PD_MINOR_VERSION < 37 + class_sethelpsymbol(tripleLine_class, gensym("tripleLine-help.pd")); +#endif } -- cgit v1.2.1