Changes between Version 3 and Version 4 of IconThemes

Show
Ignore:
Timestamp:
03/14/07 10:45:45 (3 years ago)
Author:
daelstorm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IconThemes

    v3 v4  
    44 
    55The files in the img/ subdirectory are stored in the imagedata.py file as data strings and loaded at runtime. The .ico files are only used on Windows. 
     6=== Files === 
     7 * hilite.png 
     8 * online.png 
     9 * away.png 
     10 * offline.png 
     11 
     12 * hilite2.png 
     13 * away2.png 
     14 * connect.png 
     15 * disconnect.png 
    616 
    717== Status, Tray, Hilite Icons == 
    8 To update imagedata.py 
    9  
     18To update imagedata.py, edit the .png files and the run: 
    1019{{{ 
    1120./encode_bitmaps.py 
     
    1423== Windows-only Tray Icons == 
    1524The .ico files are added to icondata.py to be used for the pywin trayicon. 
    16  
    17 To update icondata.py  
     25=== Files === 
     26 * hilite2.ico 
     27 * away2.ico 
     28 * connect.ico 
     29 * disconnect.ico 
     30=== Update === 
     31To update icondata.py, edit the .ico files and then run: 
    1832{{{ 
    1933./encode_icons.py