From 9feb6e05094eeeb2e13126bcc2258cd5aa1be0b1 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Mar 2006 01:59:44 +0000 Subject: help to the end of names of help-patches svn path=/trunk/externals/iem/iem_ambi/; revision=4681 --- src/ambi_decode_cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ambi_decode_cube.c') diff --git a/src/ambi_decode_cube.c b/src/ambi_decode_cube.c index 741781d..8e0d643 100644 --- a/src/ambi_decode_cube.c +++ b/src/ambi_decode_cube.c @@ -795,5 +795,5 @@ void ambi_decode_cube_setup(void) class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_mirror_weight, gensym("mirror_weight"), A_DEFFLOAT, 0); class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_mirror_range, gensym("mirror_range"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(ambi_decode_cube_class, (t_method)ambi_decode_cube_real_sum_range, gensym("real_sum_range"), A_DEFFLOAT, A_DEFFLOAT, 0); - class_sethelpsymbol(ambi_decode_cube_class, gensym("iemhelp/help-ambi_decode_cube")); + class_sethelpsymbol(ambi_decode_cube_class, gensym("iemhelp/ambi_decode_cube-help")); } -- cgit v1.2.1