view src/win32/gaimrc.rc @ 13494:2d1ccccde3d4

[gaim-migrate @ 15870] Resolves CID 92 Event var_compare_op: Added "gc" due to comparison "gc != 0" 1633 if (gc != NULL) 1634 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); Event var_deref_model: Variable "gc" tracked as NULL was passed to a function that dereferences it. [model] 1641 menu = create_chat_menu (conv, who, prpl_info, gc); committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 13 Mar 2006 17:58:43 +0000
parents 976c7b186789
children
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"
GAIM_TRAY_ICON_4BIT		ICON "../pixmaps/gaim_4bit_16.ico"
GAIM_OFFLINE_TRAY_ICON_4BIT	ICON "../pixmaps/gaim_offline_4bit_16.ico"
GAIM_AWAY_TRAY_ICON_4BIT	ICON "../pixmaps/gaim_away_4bit_16.ico"
GAIM_PEND_TRAY_ICON_4BIT	ICON "../pixmaps/gaim_msgunread_4bit_16.ico"
GAIM_AWAYPEND_TRAY_ICON_4BIT	ICON "../pixmaps/gaim_msgpend_4bit_16.ico"