commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFConfig.py


From: Arturas Kriukovas
Subject: gnue/forms/src GFConfig.py
Date: Wed, 10 Jul 2002 09:30:00 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Arturas Kriukovas <address@hidden>      02/07/10 09:30:00

Modified files:
        forms/src      : GFConfig.py 

Log message:
        i18n changes. Added variable fontFormEncoding to enable choosing font
        encoding in dictionary.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFConfig.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFConfig.py
diff -c gnue/forms/src/GFConfig.py:1.10 gnue/forms/src/GFConfig.py:1.11
*** gnue/forms/src/GFConfig.py:1.10     Thu Jul  4 14:45:08 2002
--- gnue/forms/src/GFConfig.py  Wed Jul 10 09:30:00 2002
***************
*** 92,97 ****
--- 92,105 ----
      'Typecast'   : GTypecast.text,
      'Default'    : 'DEFAULT' },
  
+   { 'Name'       : 'fontFormEncoding',
+     'Type'       : 'Setting',
+     'Comment'    : 'Font in forms encoding. Like iso8859-1, iso8859-13.',
+     'Description': 'Font in forms encoding. Like iso8859-1, iso8859-13.',
+     'Typecast'   : GTypecast.text,
+     'Default'    : 'iso8859-1' },
+ 
+ 
    { 'Name'       : 'StoreTriggersAsCDATA',
      'Type'       : 'Setting',
      'Comment'    : 'Hack for db encoding',



reply via email to

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