Thu, 13 Jan 2005 05:24:08 +0000
[gaim-migrate @ 11811]
This (based on Patches 1080754 and 1064761) makes the win32 systray use the prettier icons that are used everywhere else (unless you are unfortunate enough to run in 4-bit color, in which case, you are probably used to everything being ugly).
committer: Daniel Atallah <datallah@pidgin.im>
| pixmaps/gaim_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_4bit_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_away_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_away_4bit_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_msgpend_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_msgpend_4bit_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_msgunread_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_msgunread_4bit_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_offline_16.ico | file | annotate | diff | comparison | revisions | |
| pixmaps/gaim_offline_4bit_16.ico | file | annotate | diff | comparison | revisions | |
| src/win32/gaimrc.rc | file | annotate | diff | comparison | revisions |
--- a/src/win32/gaimrc.rc Wed Jan 12 22:46:42 2005 +0000 +++ b/src/win32/gaimrc.rc Thu Jan 13 05:24:08 2005 +0000 @@ -1,9 +1,9 @@ #include "resource.h" GAIM_ICON ICON "../pixmaps/gaim.ico" -GAIM_TRAY_ICON ICON "../pixmaps/gaim_4bit_16.ico" -GAIM_OFFLINE_TRAY_ICON ICON "../pixmaps/gaim_offline_4bit_16.ico" -GAIM_AWAY_TRAY_ICON ICON "../pixmaps/gaim_away_4bit_16.ico" -GAIM_PEND_TRAY_ICON ICON "../pixmaps/gaim_msgunread_4bit_16.ico" -GAIM_AWAYPEND_TRAY_ICON ICON "../pixmaps/gaim_msgpend_4bit_16.ico" +GAIM_TRAY_ICON ICON "../pixmaps/gaim_16.ico" +GAIM_OFFLINE_TRAY_ICON ICON "../pixmaps/gaim_offline_16.ico" +GAIM_AWAY_TRAY_ICON ICON "../pixmaps/gaim_away_16.ico" +GAIM_PEND_TRAY_ICON ICON "../pixmaps/gaim_msgunread_16.ico" +GAIM_AWAYPEND_TRAY_ICON ICON "../pixmaps/gaim_msgpend_16.ico" GAIM_BLANK_TRAY_ICON ICON "../pixmaps/gaim_blank_4bit_16.ico"