From d9351978958dcf137cdf2979d7614ac7a63da367 Mon Sep 17 00:00:00 2001 From: Chase Patterson Date: Fri, 15 Sep 2017 05:05:46 -0400 Subject: Change windows from starting with "Hexchat: " to ending with " - Hexchat" --- src/fe-gtk/plugingui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-gtk/plugingui.c') diff --git a/src/fe-gtk/plugingui.c b/src/fe-gtk/plugingui.c index 4172c616..1f24e2f6 100644 --- a/src/fe-gtk/plugingui.c +++ b/src/fe-gtk/plugingui.c @@ -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); -- cgit 1.4.1