Beremiz.py
changeset 102 18793be117b9
parent 101 93e487ccee14
child 103 05b58747ca5d
equal deleted inserted replaced
101:93e487ccee14 102:18793be117b9
  1269     
  1269     
  1270     # Install a exception handle for bug reports
  1270     # Install a exception handle for bug reports
  1271     AddExceptHook(os.getcwd(),__version__)
  1271     AddExceptHook(os.getcwd(),__version__)
  1272     
  1272     
  1273     frame = Beremiz(None, projectOpen)
  1273     frame = Beremiz(None, projectOpen)
  1274 
  1274     if wx.Platform == '__WXMSW__':
  1275     frame.Show()
  1275         winicon = wx.Icon(os.path.join(CWD,"brz.ico"))
       
  1276         frame.SetIcon(icon)
       
  1277     
       
  1278 	frame.Show()
  1276     app.MainLoop()
  1279     app.MainLoop()