/[papo]/gnue/forms/src/GFConfig.py
ViewVC logotype

Diff of /gnue/forms/src/GFConfig.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by styxman, Thu Nov 14 22:16:53 2002 UTC revision 1.5.2.1 by anthonyl, Tue Mar 4 22:18:22 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2001-2002 Free Software Foundation  # Copyright 2001-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # GFConfig.py  # GFConfig.py
# Line 194  ConfigOptions = ( Line 194  ConfigOptions = (
194    
195    { 'Name'       : 'formFontEncoding',    { 'Name'       : 'formFontEncoding',
196      'Type'       : 'Setting',      'Type'       : 'Setting',
197      'Comment'    : 'Font in forms encoding. Like iso8859-1, iso8859-13.',      'Comment'    : 'Deprecated, use "textEncoding" in [common] section instead.',
198      'Description': 'Font in forms encoding. Like iso8859-1, iso8859-13.',      'Description': 'Font in forms encoding. Like iso8859-1, iso8859-13.',
199      'Typecast'   : GTypecast.text,      'Typecast'   : GTypecast.text,
200      'Default'    : 'iso8859-1' },      'Default'    : 'iso8859-1' },
# Line 352  ConfigOptions = ( Line 352  ConfigOptions = (
352      'Description': 'Text used to concatenation dropdown descriptions (when multiple description fields are used)',      'Description': 'Text used to concatenation dropdown descriptions (when multiple description fields are used)',
353      'Typecast'   : GTypecast.text,      'Typecast'   : GTypecast.text,
354      'Default'    : ', ' },      'Default'    : ', ' },
355      { 'Name'       : 'DefaultUI',
356        'Type'       : 'Setting',
357        'Comment'    : 'The default user interface driver to use if not specified on the command line.',
358        'Description': 'The default user interface driver to use if not specified on the command line.',
359        'Typecast'   : GTypecast.text,
360        'Default'    : 'wx' },
361    
362    #    #
363    # Do not alter below here unless you really, really want to (and you know what you are doing)    # Do not alter below here unless you really, really want to (and you know what you are doing)
# Line 391  ConfigOptions = ( Line 397  ConfigOptions = (
397      'Description': 'Fudge factor for altering text size',      'Description': 'Fudge factor for altering text size',
398      'Typecast'   : GTypecast.number,      'Typecast'   : GTypecast.number,
399      'Default'    : 100.0 },      'Default'    : 100.0 },
400      
401    
402  )  )

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26