summary refs log tree commit diff stats
path: root/src/fe-gtk/plugin-tray.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 02:33:44 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 02:33:44 +0100
commitc65e16fd00dd3ceacac301f2f774bdf29cf211d2 (patch)
tree15aa703dad51c6a0982059fda24f6dca0d4a08ae /src/fe-gtk/plugin-tray.c
parent259ed9644d1788d33c7d7532f94ebd4e1d123edb (diff)
Relocate hexchat.png and hexchat.ico and some more varname cleanup
Diffstat (limited to 'src/fe-gtk/plugin-tray.c')
-rw-r--r--src/fe-gtk/plugin-tray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/plugin-tray.c b/src/fe-gtk/plugin-tray.c
index b9113804..489b4822 100644
--- a/src/fe-gtk/plugin-tray.c
+++ b/src/fe-gtk/plugin-tray.c
@@ -51,7 +51,7 @@ typedef GdkPixbuf* TrayIcon;
 #define tray_icon_from_file(f) gdk_pixbuf_new_from_file(f,NULL)
 #define tray_icon_free(i) g_object_unref(i)
 
-#define ICON_NORMAL pix_xchat
+#define ICON_NORMAL pix_hexchat
 #define ICON_MSG pix_tray_msg
 #define ICON_HILIGHT pix_tray_hilight
 #define ICON_FILE pix_tray_file