view src/win32/gaimrc.rc @ 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 c2fb9192377b
children 976c7b186789
line wrap: on
line source

#include "resource.h"

GAIM_ICON		ICON "../pixmaps/gaim.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"