Revision: 10646 http://pure-data.svn.sourceforge.net/pure-data/?rev=10646&view=rev Author: eighthave Date: 2009-01-26 04:46:26 +0000 (Mon, 26 Jan 2009)
Log Message: ----------- damn, I didn't mean to commit that bit, reverting to original
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-26 04:30:50 UTC (rev 10645) +++ branches/pd-devel/0.41.4/src/s_main.c 2009-01-26 04:46:26 UTC (rev 10646) @@ -65,9 +65,9 @@ #ifdef MSW "Courier"; #else - "Andale Mono"; + "Courier"; #endif -char sys_fontweight[] = "normal "; /* currently only used for iemguis */ +char sys_fontweight[] = "bold "; /* currently only used for iemguis */ static int sys_main_srate; static int sys_main_advance; static int sys_main_callback;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.