From 5879bc9332a97d74274f79a1b9207928b3f2c11b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 29 Sep 2007 21:36:48 +0000 Subject: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way svn path=/trunk/externals/ekext/; revision=8774 --- framespect~/framespect~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framespect~/framespect~.c') diff --git a/framespect~/framespect~.c b/framespect~/framespect~.c index c461898..add2a97 100644 --- a/framespect~/framespect~.c +++ b/framespect~/framespect~.c @@ -106,6 +106,6 @@ void framespect_tilde_setup(void) class_addmethod(framespect_tilde_class, (t_method)framespect_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(framespect_tilde_class, gensym("help-framespect~")); + CLASS_MAINSIGNALIN(framespect_tilde_class, t_framespect_tilde, f); } -- cgit v1.2.1