diff options
-rw-r--r-- | src/zexy.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* ********************************************** */ /* the ZEXY external */ /* ********************************************** */ -/* forum::fÃÅr::umlÃâ¬ute */ +/* forum::fÃ?Å?r::umlÃ?â?¬ute */ /* ********************************************** */ /* the ZEXY external is a runtime-library for miller s. puckette's realtime-computermusic-software "pure data" @@ -103,7 +103,7 @@ typedef struct _mypdlist static void zexy_register(char*object){ if(object!=0){ post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION); - post("\tCopyright (l) 1999-2011 IOhannes m zmölnig, forum::fÃÅr::umlÃâ¬ute & IEM"); + post("\tCopyright (l) 1999-2011 IOhannes m zmÃ?¶lnig, forum::fÃ?Å?r::umlÃ?â?¬ute & IEM"); } } #else |