projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed/simplified Makefile
[wxWidgets.git]
/
wxPython
/
demo
/
DialogUnits.py
diff --git
a/wxPython/demo/DialogUnits.py
b/wxPython/demo/DialogUnits.py
index 7f369dd40ffcbe3692a0eec00a6e4001235d0a40..eca857897a6f14591c1c558a3c7e5b4c4738ee71 100644
(file)
--- a/
wxPython/demo/DialogUnits.py
+++ b/
wxPython/demo/DialogUnits.py
@@
-87,7
+87,7
@@
if __name__ == "__main__":
def OnInit(self):
# Create an instance of our customized Frame class
def OnInit(self):
# Create an instance of our customized Frame class
- frame = MyFrame(N
ULL
, -1, "This is a test")
+ frame = MyFrame(N
one
, -1, "This is a test")
frame.Show(true)
# Tell wxWindows that this is our main window
frame.Show(true)
# Tell wxWindows that this is our main window