Mercurial > hg > libxtract
diff examples/puredata/xtract~.c @ 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 | 0ea4d6430cfc |
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")); }