Hi,

There seems to be a typo here, line 61 of dabo/ui/uiwx/dMessageBox.py.

Bor-rong

Index: dMessageBox.py
===================================================================
--- dMessageBox.py      (revision 5801)
+++ dMessageBox.py      (working copy)
@@ -58,7 +58,7 @@
       if cancelButton:
               style = style|wx.CANCEL
       else:
-               stile = style & ~wx.CANCEL
+               style = style & ~wx.CANCEL
       if defaultNo:
               style = style|wx.NO_DEFAULT

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to