aboutsummaryrefslogtreecommitdiff
path: root/src/numberbox_matrix.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
commit830ed801768d14a2d686a0bee823a9d0602c5cef (patch)
tree81f2a96cafcede83f20df28a30fb78a3ce8cd24c /src/numberbox_matrix.c
parent68bc10e23ddfbd805095a1c03ba06c5c63f57f52 (diff)
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iemgui/; revision=6903
Diffstat (limited to 'src/numberbox_matrix.c')
-rw-r--r--src/numberbox_matrix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/numberbox_matrix.c b/src/numberbox_matrix.c
index 9b03f3e..e7f7043 100644
--- a/src/numberbox_matrix.c
+++ b/src/numberbox_matrix.c
@@ -1,7 +1,7 @@
/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
-iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
#include "iemlib.h"
@@ -1378,5 +1378,5 @@ void numberbox_matrix_setup(void)
#endif
class_setwidget(numberbox_matrix_class, &numberbox_matrix_widgetbehavior);
- class_sethelpsymbol(numberbox_matrix_class, gensym("iemhelp2/help-numberbox_matrix"));
+// class_sethelpsymbol(numberbox_matrix_class, gensym("iemhelp2/help-numberbox_matrix"));
}