commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7071 - trunk/gnue-forms/src


From: kilo
Subject: [gnue] r7071 - trunk/gnue-forms/src
Date: Tue, 1 Mar 2005 16:35:01 -0600 (CST)

Author: kilo
Date: 2005-03-01 16:35:00 -0600 (Tue, 01 Mar 2005)
New Revision: 7071

Modified:
   trunk/gnue-forms/src/GFConfig.py
Log:
More exact description for config options.

Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py    2005-02-28 13:35:22 UTC (rev 7070)
+++ trunk/gnue-forms/src/GFConfig.py    2005-03-01 22:35:00 UTC (rev 7071)
@@ -173,7 +173,7 @@
     'Description': 'Mask for viewing monetary fields (without quotes).',
     'Typecast'   : GTypecast.text,
     'Default'    : '\\$#,##0.00' },
-        
+
   { 'Name'       : 'NumberEditMask_Money',
     'Type'       : 'Setting',
     'Comment'    : 'Mask for editing monetary fields (without qoutes).',
@@ -291,14 +291,14 @@
     'Description': 'Location of "Exit" toolbar icon (PNG format)',
     'Typecast'   : GTypecast.text,
     'Default'    : 'tb_exit.png' },
-        
+
   { 'Name'       : 'loginPNG',
     'Type'       : 'Setting',
     'Comment'    : 'Location of GNUe login logo (PNG format).',
     'Description': 'Location of GNUe login logo (PNG format).',
     'Typecast'   : GTypecast.text,
     'Default'    : 'gnue.png' },
-        
+
   { 'Name'       : 'loginBMP',
     'Type'       : 'Setting',
     'Comment'    : 'Location of GNUe login logo (BMP format).',
@@ -327,12 +327,13 @@
 
   { 'Name'       : 'fixedWidthFont',
     'Type'       : 'Setting',
-    'Comment'    : 'Set to true if wxWidgets clients should use '
+    'Comment'    : 'Set to true if wxWidgets or Win32 clients should use '
                  + 'a fixed width font.',
-    'Description': 'The next 2 options are only used by the wxPython 
clients.\n'
+    'Description': 'The next 3 options are only used by the wxPython and the'
+                 + 'Win32 clients.\n'
                  + 'Normally, default font style and size is used, '
                  + 'according to the active theme.\n'
-                 + 'Set to true if wxWidgets clients should use '
+                 + 'Set to true if wxWidgets or Win32 clients should use '
                  + 'a fixed width font.',
     'Typecast'   : GTypecast.boolean,
     'Default'    : True },
@@ -346,6 +347,15 @@
     'Typecast'   : GTypecast.whole,
     'Default'    : 14 },
 
+  { 'Name'       : 'faceName',
+    'Type'       : 'Setting',
+    'Comment'    : 'If fixedWidthFont is set to true, then this is '
+                 + 'the face name used for fonts.',
+    'Description': 'If fixedWidthFont is set to true, then this is '
+                 + 'the face name used for fonts.',
+    'Typecast'   : GTypecast.text,
+    'Default'    : '' },
+
   { 'Name'       : 'focusColor',
     'Type'       : 'Setting',
     'Comment'    : 'The color of a highlighted (ie focused) widget.',
@@ -355,15 +365,6 @@
     'Typecast'   : GTypecast.text,
     'Default'    : '' },
 
-  { 'Name'       : 'faceName',
-    'Type'       : 'Setting',
-    'Comment'    : 'If fixedWidthFont is set to true, then this is '
-                 + 'the face name used for fonts.',
-    'Description': 'If fixedWidthFont is set to true, then this is '
-                 + 'the face name used for fonts.',
-    'Typecast'   : GTypecast.text,
-    'Default'    : '' },
-
   { 'Name'       : 'DropdownSeparator',
     'Type'       : 'Setting',
     'Comment'    : 'Text used to concatenation dropdown descriptions',





reply via email to

[Prev in Thread] Current Thread [Next in Thread]