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/history.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/history.c') diff --git a/src/history.c b/src/history.c index 4f93b89..97ff0e7 100644 --- a/src/history.c +++ b/src/history.c @@ -251,7 +251,7 @@ void history_setup(void) class_addmethod(history_class, (t_method)history_weight, gensym("weight"), 0); class_addfloat(history_class, history_float); class_addmethod(history_class, (t_method)history_time, gensym("time"), A_FLOAT, 0); - class_sethelpsymbol(history_class, gensym("help-history.pd")); + post(version); } #else @@ -266,6 +266,6 @@ void maxlib_history_setup(void) class_addmethod(history_class, (t_method)history_weight, gensym("weight"), 0); class_addfloat(history_class, history_float); class_addmethod(history_class, (t_method)history_time, gensym("time"), A_FLOAT, 0); - class_sethelpsymbol(history_class, gensym("maxlib/help-history.pd")); + class_sethelpsymbol(history_class, gensym("maxlib/history-help.pd")); } #endif -- cgit v1.2.1