daboide Commit
Revision 756
Date: 2007-01-20 20:02:56 -0800 (Sat, 20 Jan 2007)
Author: Ed
Changed:
U trunk/wizards/QuickLayoutWizard.py
Log:
Committed at the request of Joe Brown, as our wedding gift to him. ;-)
Diff:
Modified: trunk/wizards/QuickLayoutWizard.py
===================================================================
--- trunk/wizards/QuickLayoutWizard.py 2007-01-18 16:15:58 UTC (rev 755)
+++ trunk/wizards/QuickLayoutWizard.py 2007-01-21 04:02:56 UTC (rev 756)
@@ -169,7 +169,7 @@
flds.sort()
pktext={True:"X", False:""}
typeText = {"C": "char", "I": "int", "M": "text", "D": "date",
"L": "blob",
- "T": "datetime", "B": "bool", "N": "float",
"E": "enum"}
+ "T": "datetime", "B": "bool", "N": "float",
"E": "enum", "?": "unknown"}
fldInfo = [ (pktext[fldDict[p]["pk"]],
typeText[fldDict[p]["type"]], p ) for p in flds]
self.lstFields.appendRows(fldInfo)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev