diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-04-21 13:21:16 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:08:23 +0200 |
commit | a70f7117efe94d0006b13c51d8ecaf47acc27418 (patch) | |
tree | 8ac597c18372dbe1a81920aaaa4e263096ea3d37 /MIDIvice | |
parent | e9904a5b15de8f5f844078ecd901a6b8c03dbcc1 (diff) |
more encoding fixes
svn path=/trunk/externals/hardware/; revision=16131
Diffstat (limited to 'MIDIvice')
-rw-r--r-- | MIDIvice/src/MIDIvice.c | 2 | ||||
-rw-r--r-- | MIDIvice/src/MIDIvice.h | 2 | ||||
-rw-r--r-- | MIDIvice/src/motormix.c | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/MIDIvice/src/MIDIvice.c b/MIDIvice/src/MIDIvice.c index 8668862..0acdb1d 100644 --- a/MIDIvice/src/MIDIvice.c +++ b/MIDIvice/src/MIDIvice.c @@ -1,5 +1,5 @@ /* (c) copyleft 2002-2008 IOhannes m zmölnig - * forum::f~r::uml~ute + * forum::für::umläute * Institute of Electronic Music and Acoustics (IEM) * University of Music and Dramatic Arts Graz (KUG) */ diff --git a/MIDIvice/src/MIDIvice.h b/MIDIvice/src/MIDIvice.h index 41e58ec..b3f3e93 100644 --- a/MIDIvice/src/MIDIvice.h +++ b/MIDIvice/src/MIDIvice.h @@ -6,7 +6,7 @@ /* ********************************************** */ /* (c) copyleft 2002-2008 IOhannes m zmölnig - * forum::f~r::uml~ute + * forum::für::umläute * Institute of Electronic Music and Acoustics (IEM) * University of Music and Dramatic Arts Graz (KUG) */ diff --git a/MIDIvice/src/motormix.c b/MIDIvice/src/motormix.c index f7257bf..46355ee 100644 --- a/MIDIvice/src/motormix.c +++ b/MIDIvice/src/motormix.c @@ -1,5 +1,5 @@ -/* (c) copyleft 2002-2008 IOhannes m zmölnig - * forum::f~r::uml~ute +/* (c) copyleft 2002-2008 IOhannes m zmölnig + * forum::für::umläute * Institute of Electronic Music and Acoustics (IEM) * University of Music and Dramatic Arts Graz (KUG) */ @@ -812,7 +812,7 @@ static void motormix_help(t_motormix *x) "\n\tmotormix_LCDtext" "\n\tmotormix_LCDgraph" "\n\tmotormix_7seg"); - post("(l) forum::fÃŒr::umlÀute @ IEM/KUG, Graz; 2002"); + post("(l) forum::für::umläute @ IEM/KUG, Graz; 2002"); } static void motormix_reset(t_motormix *x) { /* this LOOKs like a reset; i don't know what it really is... */ |