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

@@ -347,7 +347,7 @@ ignore_gui_open ()
}
ignorewin =
mg_create_generic_tab ("IgnoreList", _(DISPLAY_NAME": Ignore list"),
mg_create_generic_tab ("IgnoreList", _("Ignore list - "DISPLAY_NAME),
FALSE, TRUE, close_ignore_gui_callback,
NULL, 700, 300, &vbox, 0);
gtkutil_destroy_on_esc (ignorewin);