mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +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
@@ -339,6 +339,7 @@ ignore_gui_open ()
|
||||
GSList *temp = ignore_list;
|
||||
char *mask;
|
||||
gboolean private, chan, notice, ctcp, dcc, invite, unignore;
|
||||
char buf[128];
|
||||
|
||||
if (ignorewin)
|
||||
{
|
||||
@@ -346,9 +347,10 @@ ignore_gui_open ()
|
||||
return;
|
||||
}
|
||||
|
||||
g_snprintf(buf, sizeof(buf), _("Ignore list - %s"), _(DISPLAY_NAME));
|
||||
ignorewin =
|
||||
mg_create_generic_tab ("IgnoreList", _("Ignore list - "DISPLAY_NAME),
|
||||
FALSE, TRUE, close_ignore_gui_callback,
|
||||
mg_create_generic_tab ("IgnoreList", buf, FALSE, TRUE,
|
||||
close_ignore_gui_callback,
|
||||
NULL, 700, 300, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (ignorewin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user