summary refs log tree commit diff stats
path: root/src/fe-gtk/maingui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 13:51:50 +0100
commit348c6ba919d3dc28c669984890e5d1ac605e289b (patch)
tree8b740adc468dc3d07d5702bae35dc6d61c448916 /src/fe-gtk/maingui.c
parent4c1f2b93d06f2dd776b44a83aeacc1e9aa996621 (diff)
Rebranding
Diffstat (limited to 'src/fe-gtk/maingui.c')
-rw-r--r--src/fe-gtk/maingui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fe-gtk/maingui.c b/src/fe-gtk/maingui.c
index 96ac5452..886eaf2a 100644
--- a/src/fe-gtk/maingui.c
+++ b/src/fe-gtk/maingui.c
@@ -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,