mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
This commit is contained in:
committed by
TingPing
parent
b29a046b55
commit
d935197895
@@ -237,7 +237,7 @@ plugingui_open (void)
|
||||
return;
|
||||
}
|
||||
|
||||
plugin_window = mg_create_generic_tab ("Addons", _(DISPLAY_NAME": Plugins and Scripts"),
|
||||
plugin_window = mg_create_generic_tab ("Addons", _("Plugins and Scripts - "DISPLAY_NAME),
|
||||
FALSE, TRUE, plugingui_close, NULL,
|
||||
700, 300, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (plugin_window);
|
||||
|
||||
Reference in New Issue
Block a user