changeset 33:b073ffc3b17e

Pd example help fixed
author Jamie Bullock <jamie@postlude.co.uk>
date Fri, 20 Oct 2006 14:25:41 +0000
parents 7c0f84f9874d
children 29e2738a376d
files examples/puredata/xtract~.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/puredata/xtract~.c	Fri Oct 20 14:22:14 2006 +0000
+++ b/examples/puredata/xtract~.c	Fri Oct 20 14:25:41 2006 +0000
@@ -244,5 +244,5 @@
     class_addmethod(xtract_class,
 	    (t_method)xtract_tilde_show_help, gensym("help"), A_DEFSYMBOL, 0);
     CLASS_MAINSIGNALIN(xtract_class, t_xtract_tilde, f);
-    class_sethelpsymbol(xtract_class, gensym("help-xtract"));
+    class_sethelpsymbol(xtract_class, gensym("xtract-help"));
 }