summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-12 17:49:26 +0200
commite57659e63f0c4c41fb774cd84ead368bb163b8b3 (patch)
tree94fa6cc8dcd0e84f53019555e1fb4860b4f1c1ac /src/fe-gtk/setup.c
parent5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff)
Some more rebranding
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 cec06b25..ab17626a 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -2182,7 +2182,7 @@ setup_window_open (void)
 {
 	GtkWidget *wid, *win, *vbox, *hbox, *hbbox;
 
-	win = gtkutil_window_new (_("XChat: Preferences"), "prefs", 0, 0, 3);
+	win = gtkutil_window_new (_(DISPLAY_NAME": Preferences"), "prefs", 0, 0, 3);
 
 	vbox = gtk_vbox_new (FALSE, 5);
 	gtk_container_set_border_width (GTK_CONTAINER (vbox), 6);