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 --- steady/steady.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'steady/steady.c') diff --git a/steady/steady.c b/steady/steady.c index c79ac4e..b438895 100644 --- a/steady/steady.c +++ b/steady/steady.c @@ -74,7 +74,7 @@ void steady_setup(void) { post("|+>max, min and through must not jump more<-|"); post("|+++++++++>than a specified amount<---------|"); post("|+++>edward<------->kelly<++++++++>2005<----|"); - class_sethelpsymbol(steady_class, gensym("help-steady")); + class_addbang(steady_class, steady_bang); class_addfloat(steady_class, steady_float); } -- cgit v1.2.1