Beremiz.py
changeset 1572 078c760620d7
parent 1571 486f94a8032c
child 1574 ce9c0e68389c
equal deleted inserted replaced
1571:486f94a8032c 1572:078c760620d7
   103     else:
   103     else:
   104         app = wx.PySimpleApp(redirect=BMZ_DBG)
   104         app = wx.PySimpleApp(redirect=BMZ_DBG)
   105 
   105 
   106     app.SetAppName('beremiz')
   106     app.SetAppName('beremiz')
   107     if wx.VERSION < (3, 0, 0):
   107     if wx.VERSION < (3, 0, 0):
   108 	wx.InitAllImageHandlers()
   108         wx.InitAllImageHandlers()
   109 
   109 
   110     # popup splash
   110     # popup splash
   111     splash = ShowSplashScreen()
   111     splash = ShowSplashScreen()
   112     
   112     
   113     if updateinfo_url is not None:
   113     if updateinfo_url is not None: