summary refs log tree commit diff stats
path: root/src/fe-gtk/notifygui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
commite57659e63f0c4c41fb774cd84ead368bb163b8b3 (patch)
tree94fa6cc8dcd0e84f53019555e1fb4860b4f1c1ac /src/fe-gtk/notifygui.c
parent5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff)
Some more rebranding
Diffstat (limited to 'src/fe-gtk/notifygui.c')
-rw-r--r--src/fe-gtk/notifygui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/notifygui.c b/src/fe-gtk/notifygui.c
index 135a548d..33d09a48 100644
--- a/src/fe-gtk/notifygui.c
+++ b/src/fe-gtk/notifygui.c
@@ -410,7 +410,7 @@ notify_opengui (void)
 	}
 
 	notify_window =
-		mg_create_generic_tab ("Notify", _("XChat: Friends List"), FALSE, TRUE,
+		mg_create_generic_tab ("Notify", _(DISPLAY_NAME": Friends List"), FALSE, TRUE,
 		                       notify_closegui, NULL, 400, 250, &vbox, 0);
 
 	view = notify_treeview_new (vbox);