diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 14:25:41 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 14:25:41 +0000 |
commit | a25ee11531c3bb97996bf71627e3dcaa2b9647dd (patch) | |
tree | ebf59bbfbc7c5ee060c194262144aa68f402d833 /examples/puredata/xtract~.c | |
parent | 9e6c7d2f6b4ae90e28c5d97f3e2739c1a3eaaf49 (diff) | |
download | LibXtract-a25ee11531c3bb97996bf71627e3dcaa2b9647dd.tar.gz LibXtract-a25ee11531c3bb97996bf71627e3dcaa2b9647dd.tar.bz2 LibXtract-a25ee11531c3bb97996bf71627e3dcaa2b9647dd.zip |
Pd example help fixed
Diffstat (limited to 'examples/puredata/xtract~.c')
-rw-r--r-- | examples/puredata/xtract~.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); } |