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/unroute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unroute.c') diff --git a/src/unroute.c b/src/unroute.c index 680653d..96331a4 100644 --- a/src/unroute.c +++ b/src/unroute.c @@ -166,10 +166,10 @@ void maxlib_unroute_setup(void) class_addlist(unroute_class, unroute_list); class_addanything(unroute_class, unroute_any); #ifndef MAXLIB - class_sethelpsymbol(unroute_class, gensym("help-unroute.pd")); + post(version); #else class_addcreator((t_newmethod)unroute_new, gensym("unroute"), A_GIMME, 0); - class_sethelpsymbol(unroute_class, gensym("maxlib/help-unroute.pd")); + class_sethelpsymbol(unroute_class, gensym("maxlib/unroute-help.pd")); #endif } -- cgit v1.2.1