]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/run.py
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / demo / run.py
index ca9ba3eb915e6c2657d6548f42bfde820213f981..61143bbb865c2676fc442f8b2335f0b69e300070 100755 (executable)
@@ -21,7 +21,7 @@ import wx                  # This module uses the new wx namespace
 import sys, os
 
 # stuff for debugging
-print "wx.VERSION_STRING = ", wx.VERSION_STRING
+print "wx.VERSION_STRING = %s (%s)" % (wx.VERSION_STRING, wx.USE_UNICODE and 'unicode' or 'ansi')
 print "pid:", os.getpid()
 ##raw_input("Press Enter...")