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/notifygui.c | |
parent | 5e23d42c69b90b9bd66961771911ab5d7ff9be09 (diff) |
Some more rebranding
Diffstat (limited to 'src/fe-gtk/notifygui.c')
-rw-r--r-- | src/fe-gtk/notifygui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/notifygui.c b/src/fe-gtk/notifygui.c index 135a548d..33d09a48 100644 --- a/src/fe-gtk/notifygui.c +++ b/src/fe-gtk/notifygui.c @@ -410,7 +410,7 @@ notify_opengui (void) } notify_window = - mg_create_generic_tab ("Notify", _("XChat: Friends List"), FALSE, TRUE, + mg_create_generic_tab ("Notify", _(DISPLAY_NAME": Friends List"), FALSE, TRUE, notify_closegui, NULL, 400, 250, &vbox, 0); view = notify_treeview_new (vbox); |