]> git.saurik.com Git - wxWidgets.git/commitdiff
show unicode/ansi mode on startup too
authorRobin Dunn <robin@alldunn.com>
Thu, 26 Jan 2006 00:33:39 +0000 (00:33 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 Jan 2006 00:33:39 +0000 (00:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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...")