diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
commit | d27d9e33f19264c405979b49441f1d63b5b0e0ad (patch) | |
tree | 0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /pianoroll | |
parent | 6c948ccdc4c48eb7d478509642800a82e11758b7 (diff) |
updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :(
svn path=/trunk/externals/unauthorized/; revision=1034
Diffstat (limited to 'pianoroll')
-rw-r--r-- | pianoroll/pianoroll-help.pd (renamed from pianoroll/help-pianoroll.pd) | 0 | ||||
-rw-r--r-- | pianoroll/pianoroll.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/pianoroll/help-pianoroll.pd b/pianoroll/pianoroll-help.pd index 809fec9..809fec9 100644 --- a/pianoroll/help-pianoroll.pd +++ b/pianoroll/pianoroll-help.pd diff --git a/pianoroll/pianoroll.c b/pianoroll/pianoroll.c index c2d8aff..1cc0a07 100644 --- a/pianoroll/pianoroll.c +++ b/pianoroll/pianoroll.c @@ -814,5 +814,4 @@ void pianoroll_setup(void) class_setpropertiesfn(pianoroll_class, &pianoroll_properties); #endif class_setwidget(pianoroll_class, &pianoroll_widgetbehavior); - class_sethelpsymbol(pianoroll_class, gensym("help-pianoroll.pd")); } |