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/bilex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bilex.c') diff --git a/src/bilex.c b/src/bilex.c index ed7484f..eb54aa4 100644 --- a/src/bilex.c +++ b/src/bilex.c @@ -76,7 +76,7 @@ void bilex_setup(void) rand_bilex_class = class_new(gensym("bilex"), (t_newmethod)rand_bilex_new, 0, sizeof(t_rand_bilex), 0, A_DEFFLOAT, 0); class_addbang(rand_bilex_class, rand_bilex_bang); - class_sethelpsymbol(rand_bilex_class, gensym("help-bilex.pd")); + class_sethelpsymbol(rand_bilex_class, gensym("bilex-help.pd")); post(version); } #else @@ -86,6 +86,6 @@ void maxlib_bilex_setup(void) sizeof(t_rand_bilex), 0, A_DEFFLOAT, 0); class_addbang(rand_bilex_class, rand_bilex_bang); class_addcreator((t_newmethod)rand_bilex_new, gensym("bilex"), A_DEFFLOAT, 0); - class_sethelpsymbol(rand_bilex_class, gensym("maxlib/help-bilex.pd")); + class_sethelpsymbol(rand_bilex_class, gensym("maxlib/bilex-help.pd")); } #endif -- cgit v1.2.1