Use localized "HexChat" in window titles

Also allow rearranging of "HexChat" in window titles
This commit is contained in:
Chase Patterson
2017-09-15 17:36:02 -04:00
committed by TingPing
parent d935197895
commit 18b741804c
68 changed files with 2714 additions and 2682 deletions

View File

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