mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
new name after fork
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user