# HG changeset patch # User Daniel Atallah # Date 1105593848 0 # Node ID 195a587aeacf2f551d50a873f1a478c866b9a327 # Parent 83736fc2ea506b6a8f3885b495bcdf934196710f [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 diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_16.ico Binary file pixmaps/gaim_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_4bit_16.ico Binary file pixmaps/gaim_4bit_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_away_16.ico Binary file pixmaps/gaim_away_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_away_4bit_16.ico Binary file pixmaps/gaim_away_4bit_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_msgpend_16.ico Binary file pixmaps/gaim_msgpend_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_msgpend_4bit_16.ico Binary file pixmaps/gaim_msgpend_4bit_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_msgunread_16.ico Binary file pixmaps/gaim_msgunread_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_msgunread_4bit_16.ico Binary file pixmaps/gaim_msgunread_4bit_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_offline_16.ico Binary file pixmaps/gaim_offline_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf pixmaps/gaim_offline_4bit_16.ico Binary file pixmaps/gaim_offline_4bit_16.ico has changed diff -r 83736fc2ea50 -r 195a587aeacf src/win32/gaimrc.rc --- 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"