summary refs log tree commit diff stats
path: root/src/fe-gtk/chanlist.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/chanlist.c
parentb29a046b55cb35ac9148d2084e42d9a09daee8e9 (diff)
Change windows from starting with "Hexchat: " to ending with " - Hexchat"
Diffstat (limited to 'src/fe-gtk/chanlist.c')
-rw-r--r--src/fe-gtk/chanlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/chanlist.c b/src/fe-gtk/chanlist.c
index f6ef46f3..12dba53e 100644
--- a/src/fe-gtk/chanlist.c
+++ b/src/fe-gtk/chanlist.c
@@ -717,7 +717,7 @@ chanlist_opengui (server *serv, int do_refresh)
 		return;
 	}
 
-	g_snprintf (tbuf, sizeof tbuf, _(DISPLAY_NAME": Channel List (%s)"),
+	g_snprintf (tbuf, sizeof tbuf, _("Channel List (%s) - "DISPLAY_NAME),
 				 server_get_network (serv, TRUE));
 
 	serv->gui->chanlist_pending_rows = NULL;