summary refs log tree commit diff stats
path: root/src/fe-gtk/pixmaps.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 02:57:24 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 02:57:24 +0100
commit98ef77406d84aa4a0c635d02ffff6c1b512af1d4 (patch)
treeadc72e50d02f20fee841d365035d74b2ff2aaa39 /src/fe-gtk/pixmaps.h
parentc65e16fd00dd3ceacac301f2f774bdf29cf211d2 (diff)
Varname consolidation for the rest of pixmaps
Diffstat (limited to 'src/fe-gtk/pixmaps.h')
-rw-r--r--src/fe-gtk/pixmaps.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fe-gtk/pixmaps.h b/src/fe-gtk/pixmaps.h
index 8a364264..64607582 100644
--- a/src/fe-gtk/pixmaps.h
+++ b/src/fe-gtk/pixmaps.h
@@ -5,14 +5,14 @@ extern GdkPixbuf *pix_ulist_owner;
 extern GdkPixbuf *pix_ulist_founder;
 extern GdkPixbuf *pix_ulist_netop;
 
-extern GdkPixbuf *pix_tray_msg;
-extern GdkPixbuf *pix_tray_hilight;
-extern GdkPixbuf *pix_tray_file;
+extern GdkPixbuf *pix_tray_fileoffer;
+extern GdkPixbuf *pix_tray_highlight;
+extern GdkPixbuf *pix_tray_message;
 
-extern GdkPixbuf *pix_channel;
-extern GdkPixbuf *pix_dialog;
-extern GdkPixbuf *pix_server;
-extern GdkPixbuf *pix_util;
+extern GdkPixbuf *pix_tree_channel;
+extern GdkPixbuf *pix_tree_dialog;
+extern GdkPixbuf *pix_tree_server;
+extern GdkPixbuf *pix_tree_util;
 
 extern GdkPixbuf *pix_book;
 extern GdkPixbuf *pix_hexchat;