dabo Commit
Revision 1607
Date: 2005-11-30 06:44:16 -0800 (Wed, 30 Nov 2005)
Author: paul
Changed:
U trunk/dabo/ui/uiwx/dShell.py
Log:
dShell was failing on Windows, because it was trying to instantiate as a MDI
Child of an MDI Child. For now, switched it to explicitly be SDI, but we may
want to revisit.
Diff:
Modified: trunk/dabo/ui/uiwx/dShell.py
===================================================================
--- trunk/dabo/ui/uiwx/dShell.py 2005-11-30 14:24:51 UTC (rev 1606)
+++ trunk/dabo/ui/uiwx/dShell.py 2005-11-30 14:44:16 UTC (rev 1607)
@@ -3,7 +3,7 @@
dabo.ui.loadUI("wx")
-class dShell(dabo.ui.dForm):
+class dShell(dabo.ui.dFormSDI):
def afterInit(self):
self.shell = wx.py.shell.Shell(self)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev