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

@@ -436,7 +436,7 @@ banlist_do_refresh (banlist_info *banl)
{
GtkListStore *store;
g_snprintf (tbuf, sizeof tbuf, DISPLAY_NAME": Ban List (%s, %s)",
g_snprintf (tbuf, sizeof tbuf, "Ban List (%s, %s) - ",
sess->channel, sess->server->servername);
mg_set_title (banl->window, tbuf);
@@ -805,7 +805,7 @@ banlist_opengui (struct session *sess)
/* Force on the checkmark in the "Bans" box */
banl->checked = 1<<MODE_BAN;
g_snprintf (tbuf, sizeof tbuf, _(DISPLAY_NAME": Ban List (%s)"),
g_snprintf (tbuf, sizeof tbuf, _("Ban List (%s) - "DISPLAY_NAME),
sess->server->servername);
banl->window = mg_create_generic_tab ("BanList", tbuf, FALSE,