From cc4ac0dd18e12e0f7e1d06eeb5133cb018aa0ebe Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 10 Feb 2004 03:29:50 +0000 Subject: "" svn path=/trunk/; revision=1318 --- externals/grill/flext/source/flbase.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flbase.cpp') diff --git a/externals/grill/flext/source/flbase.cpp b/externals/grill/flext/source/flbase.cpp index 357df17e..2fd25e8e 100644 --- a/externals/grill/flext/source/flbase.cpp +++ b/externals/grill/flext/source/flbase.cpp @@ -85,10 +85,11 @@ void flext_obj::DefineHelp(t_classid c,const char *ref,const char *dir,bool addt strcpy(tmp,dir); strcat(tmp,"/"); strcat(tmp,ref); - if(addtilde) strcat(tmp,"~"); } else strcpy(tmp,ref); + if(addtilde) strcat(tmp,"~"); + ::class_sethelpsymbol(getClass(c),gensym(const_cast(tmp))); #else // no solution for Max/MSP yet -- cgit v1.2.1