Mercurial > pidgin
changeset 10512:195a587aeacf
[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: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 13 Jan 2005 05:24:08 +0000 |
parents | 83736fc2ea50 |
children | ab7dd4d50936 |
files | pixmaps/gaim_16.ico pixmaps/gaim_4bit_16.ico pixmaps/gaim_away_16.ico pixmaps/gaim_away_4bit_16.ico pixmaps/gaim_msgpend_16.ico pixmaps/gaim_msgpend_4bit_16.ico pixmaps/gaim_msgunread_16.ico pixmaps/gaim_msgunread_4bit_16.ico pixmaps/gaim_offline_16.ico pixmaps/gaim_offline_4bit_16.ico src/win32/gaimrc.rc |
diffstat | 11 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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"