summary refs log tree commit diff stats
path: root/src/fe-gtk/rawlog.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/rawlog.c
parent5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff)
Some more rebranding
Diffstat (limited to 'src/fe-gtk/rawlog.c')
-rw-r--r--src/fe-gtk/rawlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/rawlog.c b/src/fe-gtk/rawlog.c
index 593468c1..e2862b2d 100644
--- a/src/fe-gtk/rawlog.c
+++ b/src/fe-gtk/rawlog.c
@@ -95,7 +95,7 @@ open_rawlog (struct server *serv)
 		return;
 	}
 
-	snprintf (tbuf, sizeof tbuf, _("XChat: Rawlog (%s)"), serv->servername);
+	snprintf (tbuf, sizeof tbuf, _(DISPLAY_NAME": Rawlog (%s)"), serv->servername);
 	serv->gui->rawlog_window =
 		mg_create_generic_tab ("RawLog", tbuf, FALSE, TRUE, close_rawlog, serv,
 							 640, 320, &vbox, serv);