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/sfrecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfrecord.c') diff --git a/src/sfrecord.c b/src/sfrecord.c index c59fc6c..b4329ce 100644 --- a/src/sfrecord.c +++ b/src/sfrecord.c @@ -572,7 +572,7 @@ static void sfrecord_helper(void) "\nstop\t\t\t:: stop playing" "\nbang\t\t\t:: outputs the current state (1_recording, 0_not-recording)"); - post("\n\nyou can also start recording with a Ž1Ž, and stop with a Ž0Ž"); + post("\n\nyou can also start recording with a '1', and stop with a '0'"); } -- cgit v1.2.1