Change windows from starting with "Hexchat: " to ending with " - Hexchat"

This commit is contained in:
Chase Patterson
2017-09-15 05:05:46 -04:00
committed by TingPing
parent b29a046b55
commit d935197895
68 changed files with 2873 additions and 2873 deletions

View File

@@ -717,7 +717,7 @@ chanlist_opengui (server *serv, int do_refresh)
return;
}
g_snprintf (tbuf, sizeof tbuf, _(DISPLAY_NAME": Channel List (%s)"),
g_snprintf (tbuf, sizeof tbuf, _("Channel List (%s) - "DISPLAY_NAME),
server_get_network (serv, TRUE));
serv->gui->chanlist_pending_rows = NULL;