commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFConfig.py


From: James Thompson
Subject: gnue/forms/src GFConfig.py
Date: Mon, 03 Jun 2002 12:53:49 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/06/03 12:53:49

Modified files:
        forms/src      : GFConfig.py 

Log message:
        Added missing config option

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

Patches:
Index: gnue/forms/src/GFConfig.py
diff -c gnue/forms/src/GFConfig.py:1.6 gnue/forms/src/GFConfig.py:1.7
*** gnue/forms/src/GFConfig.py:1.6      Wed May  8 23:03:44 2002
--- gnue/forms/src/GFConfig.py  Mon Jun  3 12:53:49 2002
***************
*** 59,64 ****
--- 59,71 ----
                   + 'doing an Enter-Query twice)',
      'Typecast'   : GTypecast.boolean,
      'Default'    : 1 },
+   { 'Name'       : 'EnterIsNewLine',
+     'Type'       : 'Setting',
+     'Comment'    : 'Treat enter as shift-enter in multi-line text boxes.',
+     'Description': 'If set then the enter key inputs a carrage return '
+                  + 'and line feed in mutli-line text boxes.',
+     'Typecast'   : GTypecast.boolean,
+     'Default'    : 1 },
  
    { 'Name'       : 'CacheDetailRecords',
      'Type'       : 'Setting',



reply via email to

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