aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-02-10 03:29:50 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-02-10 03:29:50 +0000
commitcc4ac0dd18e12e0f7e1d06eeb5133cb018aa0ebe (patch)
treea000f69d726a3a332dde569c0d6cb62e1410ec61 /externals/grill/flext/source/flbase.cpp
parent70c20aa213d7526ae3db2bd1567fb2a40ecefd8f (diff)
""
svn path=/trunk/; revision=1318
Diffstat (limited to 'externals/grill/flext/source/flbase.cpp')
-rw-r--r--externals/grill/flext/source/flbase.cpp3
1 files changed, 2 insertions, 1 deletions
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<char *>(tmp)));
#else
// no solution for Max/MSP yet