Changeset 143 for pykoticon

Show
Ignore:
Timestamp:
06/07/06 10:36:34 (18 years ago)
Author:
jerome
Message:

Added screenshots.

Location:
pykoticon/trunk
Files:
3 added
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r138 r143  
    232232        self.redicon = wx.Icon(os.path.join(iconsdir, "pykoticon-red.ico"), \ 
    233233                                  wx.BITMAP_TYPE_ICO) 
    234         if isWindows :                           
    235             self.tbicon.SetIcon(self.greenicon, "PyKotIcon") 
     234        self.tbicon.SetIcon(self.greenicon, "PyKotIcon") 
    236235         
    237236        wx.EVT_TASKBAR_LEFT_DCLICK(self.tbicon, self.OnTaskBarActivate)