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/remote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/remote.c') diff --git a/src/remote.c b/src/remote.c index 7c22901..4cdcff5 100644 --- a/src/remote.c +++ b/src/remote.c @@ -93,7 +93,7 @@ void remote_setup(void) remote_class = class_new(gensym("remote"), (t_newmethod)remote_new, 0, sizeof(t_remote), 0, A_DEFSYM, 0); class_addanything(remote_class, remote_anything); - class_sethelpsymbol(remote_class, gensym("help-remote.pd")); + post(version); } #else @@ -103,6 +103,6 @@ void maxlib_remote_setup(void) sizeof(t_remote), 0, A_DEFSYM, 0); class_addcreator((t_newmethod)remote_new, gensym("remote"), A_DEFSYM, 0); class_addanything(remote_class, remote_anything); - class_sethelpsymbol(remote_class, gensym("maxlib/help-remote.pd")); + class_sethelpsymbol(remote_class, gensym("maxlib/remote-help.pd")); } #endif -- cgit v1.2.1