summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorChase Patterson <robert@rcpatterson.net>2017-09-15 05:05:46 -0400
committerTingPing <tingping@tingping.se>2017-09-15 19:18:29 -0400
commitd9351978958dcf137cdf2979d7614ac7a63da367 (patch)
treea2ca1c882a802de8f98526abac7d0970c453c61d /src/fe-gtk/setup.c
parentb29a046b55cb35ac9148d2084e42d9a09daee8e9 (diff)
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c2
1 files changed, 1 insertions, 1 deletions
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);