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/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-gtk/setup.c') diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 309db53a..a54ea602 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -2289,7 +2289,7 @@ setup_window_open (void) { GtkWidget *wid, *win, *vbox, *hbox, *hbbox; - win = gtkutil_window_new (_(DISPLAY_NAME": Preferences"), "prefs", 0, 600, 2); + win = gtkutil_window_new (_("Preferences - "DISPLAY_NAME), "prefs", 0, 600, 2); vbox = gtk_vbox_new (FALSE, 5); gtk_container_set_border_width (GTK_CONTAINER (vbox), 6); -- cgit 1.4.1