aboutsummaryrefslogtreecommitdiff
path: root/src/tabset.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 09:36:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 09:36:00 +0000
commit2c7fd68913b585066e3140631162caa8231000d9 (patch)
treebb90649b102bbe23afd0fc03c28525252ec8e0a8 /src/tabset.c
parentaf8b334c147ee752c34f29f00280884a0a7fbf9c (diff)
fixing unicode characters
now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706
Diffstat (limited to 'src/tabset.c')
-rw-r--r--src/tabset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabset.c b/src/tabset.c
index 636ffb5..9c11633 100644
--- a/src/tabset.c
+++ b/src/tabset.c
@@ -99,7 +99,7 @@ static void *tabset_new(t_symbol *s)
static void tabset_helper(void)
{
- post("\n%c tabset - object : set a table with a package of floats", HEARTSYMBOL);
+ post("\n"HEARTSYMBOL" tabset - object : set a table with a package of floats");
post("'set <table>'\t: set another table\n"
"<list>\t\t: set the table"
"<float>\t\t: set the table to constant float\n");