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/notifygui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-gtk/notifygui.c') diff --git a/src/fe-gtk/notifygui.c b/src/fe-gtk/notifygui.c index ed16f44f..a919b1cb 100644 --- a/src/fe-gtk/notifygui.c +++ b/src/fe-gtk/notifygui.c @@ -406,7 +406,7 @@ notify_opengui (void) } notify_window = - mg_create_generic_tab ("Notify", _(DISPLAY_NAME": Friends List"), FALSE, TRUE, + mg_create_generic_tab ("Notify", _("Friends List - "DISPLAY_NAME), FALSE, TRUE, notify_closegui, NULL, 400, 250, &vbox, 0); gtkutil_destroy_on_esc (notify_window); -- cgit 1.4.1