diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 17:49:26 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 17:49:26 +0200 |
commit | e57659e63f0c4c41fb774cd84ead368bb163b8b3 (patch) | |
tree | 94fa6cc8dcd0e84f53019555e1fb4860b4f1c1ac /src/fe-gtk/setup.c | |
parent | 5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff) |
Some more rebranding
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 2 |
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); |