aboutsummaryrefslogtreecommitdiff
path: root/src/sfplay.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/sfplay.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/sfplay.c')
-rw-r--r--src/sfplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfplay.c b/src/sfplay.c
index ed73d02..2492f60 100644
--- a/src/sfplay.c
+++ b/src/sfplay.c
@@ -147,7 +147,7 @@ static void sfplay_helper(t_sfplay *x)
"\nstop\t\t\t::stop playing"
"\nrewind\t\t\t::rewind tape"
"\ngoto <n>\t\t::play from byte n");
- post("\n\nyou can also start playing with a ŽbangŽ or a Ž1Ž, and stop with a Ž0Ž"
+ post("\n\nyou can also start playing with a 'bang' or a '1', and stop with a '0'"
"\nthe last outlet will do a bang after the last sample has been played");
}