commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7043 - in trunk: gnue-forms/src gnue-reports/src/base


From: btami
Subject: [gnue] r7043 - in trunk: gnue-forms/src gnue-reports/src/base
Date: Fri, 18 Feb 2005 13:34:34 -0600 (CST)

Author: btami
Date: 2005-02-18 13:34:33 -0600 (Fri, 18 Feb 2005)
New Revision: 7043

Modified:
   trunk/gnue-forms/src/GFConfig.py
   trunk/gnue-reports/src/base/GRConfig.py
Log:
added missing commas

Modified: trunk/gnue-forms/src/GFConfig.py
===================================================================
--- trunk/gnue-forms/src/GFConfig.py    2005-02-18 16:23:43 UTC (rev 7042)
+++ trunk/gnue-forms/src/GFConfig.py    2005-02-18 19:34:33 UTC (rev 7043)
@@ -381,8 +381,8 @@
 
   { 'Name'       : 'dropdownMode',
     'Type'       : 'Setting',
-    'Comment'    : 'The style of dropdown handler to use for the wx uidriver. '
-    'Description': 'The style of dropdown handler to use for the wx uidriver. '
+    'Comment'    : 'The style of dropdown handler to use for the wx uidriver. 
',
+    'Description': 'The style of dropdown handler to use for the wx uidriver. 
',
     'Typecast'   : GTypecast.text,
     'Options'    : ['auto', 'windows', 'gtk1'],
     'Default'    : 'auto' },

Modified: trunk/gnue-reports/src/base/GRConfig.py
===================================================================
--- trunk/gnue-reports/src/base/GRConfig.py     2005-02-18 16:23:43 UTC (rev 
7042)
+++ trunk/gnue-reports/src/base/GRConfig.py     2005-02-18 19:34:33 UTC (rev 
7043)
@@ -82,7 +82,7 @@
                  + 'report output to a printer.\n'
                  + ' (%s will be replaced with the printer name.)',
     'Options'    : ['LprCommand = /usr/bin/lpr -P%s',
-                    'LprCommand = print /d:%s #Windows']
+                    'LprCommand = print /d:%s #Windows'],
     'Typecast'   : GTypecast.text,
     'Default'    : '/usr/bin/lpr -h -P%s'},
 )





reply via email to

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