diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:57:24 +0100 |
commit | 98ef77406d84aa4a0c635d02ffff6c1b512af1d4 (patch) | |
tree | adc72e50d02f20fee841d365035d74b2ff2aaa39 /src/fe-gtk/pixmaps.h | |
parent | c65e16fd00dd3ceacac301f2f774bdf29cf211d2 (diff) |
Varname consolidation for the rest of pixmaps
Diffstat (limited to 'src/fe-gtk/pixmaps.h')
-rw-r--r-- | src/fe-gtk/pixmaps.h | 14 |
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; |