mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
This commit is contained in:
committed by
TingPing
parent
b29a046b55
commit
d935197895
@@ -109,7 +109,7 @@ open_rawlog (struct server *serv)
|
||||
return;
|
||||
}
|
||||
|
||||
g_snprintf (tbuf, sizeof tbuf, _(DISPLAY_NAME": Raw Log (%s)"), serv->servername);
|
||||
g_snprintf (tbuf, sizeof tbuf, _("Raw Log (%s) - "DISPLAY_NAME), serv->servername);
|
||||
serv->gui->rawlog_window =
|
||||
mg_create_generic_tab ("RawLog", tbuf, FALSE, TRUE, close_rawlog, serv,
|
||||
640, 320, &vbox, serv);
|
||||
|
||||
Reference in New Issue
Block a user