Author: btami
Date: 2006-11-10 06:35:05 -0600 (Fri, 10 Nov 2006)
New Revision: 9022

Modified:
   trunk/gnue-forms/src/GFConfig.py
Log:
Changed fixedWidthFont setting's default to False

Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py    2006-11-09 15:33:59 UTC (rev 9021)
+++ trunk/gnue-forms/src/GFConfig.py    2006-11-10 12:35:05 UTC (rev 9022)
@@ -336,7 +336,7 @@
                  + 'Set to true if wxWidgets or Win32 clients should use '
                  + 'a fixed width font.',
     'Typecast'   : GTypecast.boolean,
-    'Default'    : True },
+    'Default'    : False },
 
   { 'Name'       : 'pointSize',
     'Type'       : 'Setting',



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to