/[papo]/gnue/common/src/GCConfig.py
ViewVC logotype

Diff of /gnue/common/src/GCConfig.py

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

revision 1.1 by styxman, Fri Nov 15 15:32:54 2002 UTC revision 1.1.2.1 by anthonyl, Tue Mar 4 22:09:32 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 2002 Free Software Foundation  # Copyright 2002-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # GCConfig.py  # GCConfig.py
# Line 43  ConfigOptions = ( Line 43  ConfigOptions = (
43      'Description': 'If set to true, then store trigger definitions in <![CDATA[ .. ]]> blocks, instead of encoding with &lt; etc.',      'Description': 'If set to true, then store trigger definitions in <![CDATA[ .. ]]> blocks, instead of encoding with &lt; etc.',
44      'Typecast'   : GTypecast.boolean,      'Typecast'   : GTypecast.boolean,
45      'Default'    : 1 },      'Default'    : 1 },
46    
47      { 'Name'       : 'textEncoding',
48        'Type'       : 'Setting',
49        'Comment'    : 'Encoding for XML headers and for fonts in forms. Like iso8859-1, iso8859-13.',
50        'Description': 'Encoding for XML headers and for fonts in forms. Like iso8859-1, iso8859-13.',
51        'Typecast'   : GTypecast.text,
52        'Default'    : 'iso8859-1' },
53    )    )
54    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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