Some more rebranding

This commit is contained in:
Berke Viktor
2012-07-12 17:49:26 +02:00
parent 5e23d42c69
commit e57659e63f
16 changed files with 30 additions and 32 deletions

View File

@@ -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);