]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/globals.py
Moved the pending pos and size into wxWindowMSW
[wxWidgets.git] / wxPython / wx / tools / XRCed / globals.py
index 19467981fa095f570a4d9e38dd70292906a43609..18dae74e4a2093c024d71dc04e18742d89adc5f6 100644 (file)
@@ -4,6 +4,7 @@
 # Created:      02.12.2002
 # RCS-ID:       $Id$
 
+import wx
 from wxPython.wx import *
 from wxPython.xrc import *
 try:
@@ -15,9 +16,10 @@ import sys
 # Global constants
 
 progname = 'XRCed'
-version = '0.1.5-1'
+version = '0.1.5-2'
 # Can be changed to set other default encoding different
-defaultEncoding = sys.getdefaultencoding()
+#defaultEncoding = sys.getdefaultencoding()
+defaultEncoding = wx.GetDefaultPyEncoding()
 
 try:
     True