mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-12 18:00:18 +00:00
Another bunch of rebranding stuff
This commit is contained in:
@@ -86,12 +86,12 @@ pixmap_load_from_file (char *filename)
|
||||
}
|
||||
|
||||
#define LOADPIX(vv,pp,ff) \
|
||||
vv = gdk_pixbuf_new_from_file (XCHATSHAREDIR"/xchat/"ff, 0); \
|
||||
vv = gdk_pixbuf_new_from_file (HEXCHATSHAREDIR"/hexchat/"ff, 0); \
|
||||
if (!vv) \
|
||||
vv = gdk_pixbuf_new_from_inline (-1, pp, FALSE, 0);
|
||||
|
||||
#define LOADPIX_DISKONLY(vv,ff) \
|
||||
vv = gdk_pixbuf_new_from_file (XCHATSHAREDIR"/xchat/"ff, 0);
|
||||
vv = gdk_pixbuf_new_from_file (HEXCHATSHAREDIR"/hexchat/"ff, 0);
|
||||
|
||||
#define EXT ".png"
|
||||
|
||||
@@ -101,7 +101,7 @@ pixmaps_init (void)
|
||||
pix_book = gdk_pixbuf_new_from_inline (-1, bookpng, FALSE, 0);
|
||||
|
||||
/* used in About window, tray icon and WindowManager icon. */
|
||||
LOADPIX (pix_xchat, xchatpng, "xchat"EXT);
|
||||
LOADPIX (pix_xchat, hexchatpng, "hexchat"EXT);
|
||||
|
||||
/* userlist icons, with inlined defaults */
|
||||
LOADPIX (pix_hop, hoppng, "hop"EXT);
|
||||
|
||||
Reference in New Issue
Block a user