diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /listmoses | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff) |
renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
svn path=/trunk/externals/ekext/; revision=8774
Diffstat (limited to 'listmoses')
-rw-r--r-- | listmoses/listmoses-help.pd (renamed from listmoses/help-listmoses.pd) | 0 | ||||
-rw-r--r-- | listmoses/listmoses.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/listmoses/help-listmoses.pd b/listmoses/listmoses-help.pd index 50451ab..50451ab 100644 --- a/listmoses/help-listmoses.pd +++ b/listmoses/listmoses-help.pd diff --git a/listmoses/listmoses.c b/listmoses/listmoses.c index 864b683..8426540 100644 --- a/listmoses/listmoses.c +++ b/listmoses/listmoses.c @@ -142,7 +142,7 @@ void listmoses_setup(void) { post("|<<<<<<<<<<<<<<<<<<<<<listmoses>>>>>>>>>>>>>>>>>>>>>>|"); post("|<<split two lists according to values of the first>>|"); post("|<<<<<<<<<<<<edward-------kelly------2005>>>>>>>>>>>>|"); - class_sethelpsymbol(listmoses_class, gensym("help-listmoses")); + class_addbang(listmoses_class, listmoses_bang); class_addlist(listmoses_class, listmoses_list); class_addmethod(listmoses_class, (t_method)listmoses_amps, gensym("amps"), A_GIMME, 0); |