From 830ed801768d14a2d686a0bee823a9d0602c5cef Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 20:34:27 +0000 Subject: // class_sethelpsymbol(); svn path=/trunk/externals/iem/iemgui/; revision=6903 --- src/numberbox_matrix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/numberbox_matrix.c') 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")); } -- cgit v1.2.1