Revision: 10683 http://pure-data.svn.sourceforge.net/pure-data/?rev=10683&view=rev Author: eighthave Date: 2009-01-31 01:18:13 +0000 (Sat, 31 Jan 2009)
Log Message: ----------- switch to normal font for development, this isn't part of the GUI changes
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-30 06:11:57 UTC (rev 10682) +++ branches/pd-devel/0.41.4/src/s_main.c 2009-01-31 01:18:13 UTC (rev 10683) @@ -67,7 +67,7 @@ #else "Courier"; #endif -char sys_fontweight[] = "bold "; /* currently only used for iemguis */ +char sys_fontweight[] = "normal "; /* 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.