From 2c7fd68913b585066e3140631162caa8231000d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 19 Dec 2012 09:36:00 +0000 Subject: fixing unicode characters now that Pd iuses UTF8, we can finally have hearts... svn path=/trunk/externals/zexy/; revision=16706 --- src/tabset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabset.c') 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 '\t: set another table\n" "\t\t: set the table" "\t\t: set the table to constant float\n"); -- cgit v1.2.1