projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reverted fragment
[wxWidgets.git]
/
wxPython
/
demo
/
GridEnterHandler.py
diff --git
a/wxPython/demo/GridEnterHandler.py
b/wxPython/demo/GridEnterHandler.py
index 719c622ef07bdb6e362fddc158a811c0856bfeaf..d6989fbcfec5af34011f890d01134727920ae1b5 100644
(file)
--- a/
wxPython/demo/GridEnterHandler.py
+++ b/
wxPython/demo/GridEnterHandler.py
@@
-55,7
+55,7
@@
if __name__ == '__main__':
import sys
app = wxPySimpleApp()
frame = TestFrame(None, sys.stdout)
- frame.Show(
t
rue)
+ frame.Show(
T
rue)
app.MainLoop()