projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove temportay fix to Makefile.in, now configure .in is fixed
[wxWidgets.git]
/
wxPython
/
demo
/
run.py
diff --git
a/wxPython/demo/run.py
b/wxPython/demo/run.py
index d2eac71dae9a031adfe9a80e5be2b2aed6abc1e7..f82ecbbea552cbc9af428afd6a7dca97994f8012 100755
(executable)
--- a/
wxPython/demo/run.py
+++ b/
wxPython/demo/run.py
@@
-72,6
+72,8
@@
class RunDemoApp(wxApp):
self.SetTopWindow(frame)
self.frame = frame
+ #wxLog_SetActiveTarget(wxLogStderr())
+ #wxLog_SetTraceMask(wxTraceMessages)
return true