projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
forgot to commit some regenerated files
[wxWidgets.git]
/
wxPython
/
demo
/
ActiveXWrapper_Acrobat.py
diff --git
a/wxPython/demo/ActiveXWrapper_Acrobat.py
b/wxPython/demo/ActiveXWrapper_Acrobat.py
index 6eb972d1097c3406345ff6ab0273da4a5b9ba239..694f8754638063d938e53139e81a9236e3d0d3d1 100644
(file)
--- a/
wxPython/demo/ActiveXWrapper_Acrobat.py
+++ b/
wxPython/demo/ActiveXWrapper_Acrobat.py
@@
-62,7
+62,7
@@
class TestPanel(wxPanel):
sizer.Add(btnSizer, 0, wxEXPAND)
self.SetSizer(sizer)
- self.SetAutoLayout(
t
rue)
+ self.SetAutoLayout(
T
rue)
EVT_WINDOW_DESTROY(self, self.OnDestroy)
@@
-121,7
+121,7
@@
if __name__ == '__main__':
app = wxPySimpleApp()
frame = TestFrame()
- frame.Show(
t
rue)
+ frame.Show(
T
rue)
app.MainLoop()