version.py
changeset 1569 06632b380d2a
parent 1565 894f31f8ca64
child 1680 6db967480b7d
equal deleted inserted replaced
1568:ad7c7df6cbeb 1569:06632b380d2a
    93     license=''
    93     license=''
    94     if os.path.exists(license_path):
    94     if os.path.exists(license_path):
    95         with open(license_path) as f:
    95         with open(license_path) as f:
    96             info.License += f.read()
    96             info.License += f.read()
    97 
    97 
    98     info.Icon = wx.Icon(os.path.join(path, "images", "__about_brz_logo.png"), wx.BITMAP_TYPE_PNG)            
    98     info.Icon = wx.Icon(os.path.join(path, "images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
    99     # info.Icon = wx.Icon(os.path.join(path, "images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
       
   100 
    99 
   101     info.Translators = ("Russian\t- Andrey Skvortsov <andrej.skvortzov@gmail.com>",
   100     info.Translators = ("Russian\t- Andrey Skvortsov <andrej.skvortzov@gmail.com>",
   102 	                "Korean\t- Reinhard Lee <lij3105@gmail.com>",
   101 	                "Korean\t- Reinhard Lee <lij3105@gmail.com>",
   103 	                "German\t- Mark Muzenhardt <mark.muzenhardt@gmail.com>",
   102 	                "German\t- Mark Muzenhardt <mark.muzenhardt@gmail.com>",
   104 	                "French\t- Laurent Bessard <laurent.bessard@gmail.com>")
   103 	                "French\t- Laurent Bessard <laurent.bessard@gmail.com>")