mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Rebranding
This commit is contained in:
@@ -499,7 +499,7 @@ chanlist_filereq_done (server *serv, char *file)
|
||||
if (fh == -1)
|
||||
return;
|
||||
|
||||
snprintf (buf, sizeof buf, "XChat Channel List: %s - %s\n",
|
||||
snprintf (buf, sizeof buf, "HexChat Channel List: %s - %s\n",
|
||||
serv->servername, ctime (&t));
|
||||
write (fh, buf, strlen (buf));
|
||||
|
||||
|
||||
@@ -652,7 +652,7 @@ gtkutil_window_new (char *title, char *role, int width, int height, int flags)
|
||||
win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
gtkutil_set_icon (win);
|
||||
#ifdef WIN32
|
||||
gtk_window_set_wmclass (GTK_WINDOW (win), "XChat", "xchat");
|
||||
gtk_window_set_wmclass (GTK_WINDOW (win), "HexChat", "hexchat");
|
||||
#endif
|
||||
gtk_window_set_title (GTK_WINDOW (win), title);
|
||||
gtk_window_set_default_size (GTK_WINDOW (win), width, height);
|
||||
|
||||
@@ -2996,10 +2996,10 @@ mg_create_topwindow (session *sess)
|
||||
GtkWidget *table;
|
||||
|
||||
if (sess->type == SESS_DIALOG)
|
||||
win = gtkutil_window_new ("XChat", NULL,
|
||||
win = gtkutil_window_new ("HexChat", NULL,
|
||||
prefs.hex_gui_dialog_width, prefs.hex_gui_dialog_height, 0);
|
||||
else
|
||||
win = gtkutil_window_new ("XChat", NULL,
|
||||
win = gtkutil_window_new ("HexChat", NULL,
|
||||
prefs.hex_gui_win_width,
|
||||
prefs.hex_gui_win_height, 0);
|
||||
sess->gui->window = win;
|
||||
@@ -3097,7 +3097,7 @@ mg_create_tabwindow (session *sess)
|
||||
GtkWidget *win;
|
||||
GtkWidget *table;
|
||||
|
||||
win = gtkutil_window_new ("XChat", NULL, prefs.hex_gui_win_width,
|
||||
win = gtkutil_window_new ("HexChat", NULL, prefs.hex_gui_win_width,
|
||||
prefs.hex_gui_win_height, 0);
|
||||
sess->gui->window = win;
|
||||
gtk_window_move (GTK_WINDOW (win), prefs.hex_gui_win_left,
|
||||
|
||||
Reference in New Issue
Block a user