dabo Commit
Revision 5802
Date: 2010-05-03 05:00:16 -0700 (Mon, 03 May 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5802

Changed:
U   trunk/dabo/ui/uiwx/dMessageBox.py

Log:
Fixed a typo pointed out by Bor-rong Chen.


Diff:
Modified: trunk/dabo/ui/uiwx/dMessageBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dMessageBox.py   2010-04-28 13:23:03 UTC (rev 5801)
+++ trunk/dabo/ui/uiwx/dMessageBox.py   2010-05-03 12:00:16 UTC (rev 5802)
@@ -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