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:33:44 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 02:33:44 +0100
commitc65e16fd00dd3ceacac301f2f774bdf29cf211d2 (patch)
tree15aa703dad51c6a0982059fda24f6dca0d4a08ae /src/fe-gtk/pixmaps.h
parent259ed9644d1788d33c7d7532f94ebd4e1d123edb (diff)
Relocate hexchat.png and hexchat.ico and some more varname cleanup
Diffstat (limited to 'src/fe-gtk/pixmaps.h')
-rw-r--r--src/fe-gtk/pixmaps.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/pixmaps.h b/src/fe-gtk/pixmaps.h
index d5e60642..8a364264 100644
--- a/src/fe-gtk/pixmaps.h
+++ b/src/fe-gtk/pixmaps.h
@@ -5,9 +5,6 @@ extern GdkPixbuf *pix_ulist_owner;
 extern GdkPixbuf *pix_ulist_founder;
 extern GdkPixbuf *pix_ulist_netop;
 
-extern GdkPixbuf *pix_book;
-extern GdkPixbuf *pix_xchat;
-
 extern GdkPixbuf *pix_tray_msg;
 extern GdkPixbuf *pix_tray_hilight;
 extern GdkPixbuf *pix_tray_file;
@@ -17,5 +14,8 @@ extern GdkPixbuf *pix_dialog;
 extern GdkPixbuf *pix_server;
 extern GdkPixbuf *pix_util;
 
+extern GdkPixbuf *pix_book;
+extern GdkPixbuf *pix_hexchat;
+
 extern GdkPixmap *pixmap_load_from_file (char *file);
 extern void pixmaps_init (void);