[PD-cvs] SF.net SVN: pure-data:[10674] branches/pd-devel/0.41.4/src/s_main.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Jan 29 04:46:52 CET 2009


Revision: 10674
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10674&view=rev
Author:   eighthave
Date:     2009-01-29 03:46:51 +0000 (Thu, 29 Jan 2009)

Log Message:
-----------
use a better font on Mac OS X

Modified Paths:
--------------
    branches/pd-devel/0.41.4/src/s_main.c

Modified: branches/pd-devel/0.41.4/src/s_main.c
===================================================================
--- branches/pd-devel/0.41.4/src/s_main.c	2009-01-28 21:58:21 UTC (rev 10673)
+++ branches/pd-devel/0.41.4/src/s_main.c	2009-01-29 03:46:51 UTC (rev 10674)
@@ -62,8 +62,8 @@
 int sys_midioutdevlist[MAXMIDIOUTDEV] = {1};
 
 char sys_font[100] = 
-#ifdef MSW
-    "Courier";
+#ifdef __APPLE__
+    "Monaco";
 #else
     "Courier";
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list