summary refs log tree commit diff stats
path: root/src/fe-gtk/chanview-tabs.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-11 15:23:48 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-11 15:23:48 +0100
commita04fdc50b67de8385240e0f9f5f594370f960d88 (patch)
treee27468aa3beaee169365aea89b66a458e68dfa92 /src/fe-gtk/chanview-tabs.c
parent1c0548c4ca8b96a1f0d39ad0c7932ae0cbf1fa92 (diff)
More rebranding
Diffstat (limited to 'src/fe-gtk/chanview-tabs.c')
-rw-r--r--src/fe-gtk/chanview-tabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/chanview-tabs.c b/src/fe-gtk/chanview-tabs.c
index f99e61f1..10203476 100644
--- a/src/fe-gtk/chanview-tabs.c
+++ b/src/fe-gtk/chanview-tabs.c
@@ -524,7 +524,7 @@ cv_tabs_add (chanview *cv, chan *ch, char *name, GtkTreeIter *parent)
 	GtkWidget *but;
 
 	but = gtk_toggle_button_new_with_label (name);
-	gtk_widget_set_name (but, "xchat-tab");
+	gtk_widget_set_name (but, "hexchat-tab");
 	g_object_set_data (G_OBJECT (but), "c", ch);
 	/* used to trap right-clicks */
 	g_signal_connect (G_OBJECT (but), "button_press_event",