new name after fork

This commit is contained in:
2026-01-05 23:12:38 -07:00
parent ca43595430
commit 4683ef705b
316 changed files with 5422 additions and 6141 deletions

View File

@@ -22,7 +22,7 @@
#include "fe-gtk.h"
#include "../common/cfgfiles.h"
#include "../common/hexchat.h"
#include "../common/zoitechat.h"
#include "../common/fe.h"
#include "resources.h"
@@ -47,7 +47,7 @@ GdkPixbuf *pix_tree_server;
GdkPixbuf *pix_tree_util;
GdkPixbuf *pix_book;
GdkPixbuf *pix_hexchat;
GdkPixbuf *pix_zoitechat;
static GdkPixmap *
pixmap_load_from_file_real (char *file)
@@ -130,7 +130,7 @@ load_pixmap (const char *filename)
void
pixmaps_init (void)
{
hexchat_register_resource();
zoitechat_register_resource();
pix_ulist_voice = load_pixmap ("ulist_voice");
pix_ulist_halfop = load_pixmap ("ulist_halfop");
@@ -153,5 +153,5 @@ pixmaps_init (void)
pix_book = gdk_pixbuf_new_from_resource ("/icons/book.png", NULL);
/* used in About window, tray icon and WindowManager icon. */
pix_hexchat = load_pixmap ("hexchat");
pix_zoitechat = load_pixmap ("zoitechat");
}