mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10: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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user