[gaim-migrate @ 11811]

Thu, 13 Jan 2005 05:24:08 +0000

author
Jérôme Poulin <ticpu@users.sourceforge.net>
date
Thu, 13 Jan 2005 05:24:08 +0000
changeset 10512
ecedc3ccada0
parent 10511
0a0bd0d33904
child 10513
2adcd2f9b169

[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
Binary file pixmaps/gaim_16.ico has changed
Binary file pixmaps/gaim_4bit_16.ico has changed
Binary file pixmaps/gaim_away_16.ico has changed
Binary file pixmaps/gaim_away_4bit_16.ico has changed
Binary file pixmaps/gaim_msgpend_16.ico has changed
Binary file pixmaps/gaim_msgpend_4bit_16.ico has changed
Binary file pixmaps/gaim_msgunread_16.ico has changed
Binary file pixmaps/gaim_msgunread_4bit_16.ico has changed
Binary file pixmaps/gaim_offline_16.ico has changed
Binary file pixmaps/gaim_offline_4bit_16.ico has changed
--- 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"

mercurial