# Global constants
progname = 'XRCed'
-version = '0.1.7-5'
+version = '0.1.8-5'
# Minimal wxWidgets version
MinWxVersion = (2,6,0)
if wx.VERSION[:3] < MinWxVersion:
testWinPos = wx.DefaultPosition
currentXXX = None
currentEncoding = defaultEncoding
+ conf = None
def _makeFonts(self):
self._sysFont = wx.SystemSettings.GetFont(wx.SYS_SYSTEM_FONT)