Author: reinhard
Date: 2007-01-03 13:59:58 -0600 (Wed, 03 Jan 2007)
New Revision: 9196
Modified:
trunk/gnue-forms/src/GFParser.py
Log:
Make 'raw' datatype the default, for compatibility reasons.
Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py 2007-01-03 19:59:33 UTC (rev 9195)
+++ trunk/gnue-forms/src/GFParser.py 2007-01-03 19:59:58 UTC (rev 9196)
@@ -521,8 +521,9 @@
'date': {'Label': u_("Date")},
'time': {'Label': u_("Time")},
'datetime': {'Label': u_("Date and time")},
- 'boolean': {'Label': u_('Boolean')}},
- 'Default': 'text'},
+ 'boolean': {'Label': u_('Boolean')},
+ 'raw': {'Label': u_('Raw data')}},
+ 'Default': 'raw'},
'length': {
'Label': u_("Length"),
'Description': u_(
@@ -1200,8 +1201,9 @@
'date': {'Label': u_("Date")},
'time': {'Label': u_("Time")},
'datetime': {'Label': u_("Date and time")},
- 'boolean': {'Label': u_('Boolean')}},
- 'Default': 'text'},
+ 'boolean': {'Label': u_('Boolean')},
+ 'raw': {'Label': u_('Raw data')}},
+ 'Default': 'raw'},
'length': {
'Label': u_("Length"),
'Description': u_(
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue