mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Use localized "HexChat" in window titles
Also allow rearranging of "HexChat" in window titles
This commit is contained in:
committed by
TingPing
parent
d935197895
commit
18b741804c
@@ -717,8 +717,8 @@ chanlist_opengui (server *serv, int do_refresh)
|
||||
return;
|
||||
}
|
||||
|
||||
g_snprintf (tbuf, sizeof tbuf, _("Channel List (%s) - "DISPLAY_NAME),
|
||||
server_get_network (serv, TRUE));
|
||||
g_snprintf (tbuf, sizeof tbuf, _("Channel List (%s) - %s"),
|
||||
server_get_network (serv, TRUE), _(DISPLAY_NAME));
|
||||
|
||||
serv->gui->chanlist_pending_rows = NULL;
|
||||
serv->gui->chanlist_tag = 0;
|
||||
|
||||
Reference in New Issue
Block a user