From a25ee11531c3bb97996bf71627e3dcaa2b9647dd Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 20 Oct 2006 14:25:41 +0000 Subject: Pd example help fixed --- examples/puredata/xtract~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/puredata/xtract~.c b/examples/puredata/xtract~.c index 82f7a48..958f8fc 100644 --- a/examples/puredata/xtract~.c +++ b/examples/puredata/xtract~.c @@ -244,5 +244,5 @@ void xtract_tilde_setup(void) { 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")); } -- cgit v1.2.3