diff -r b069bbab16be -r f58436975d44 src/protocols/zephyr/zephyr.c --- a/src/protocols/zephyr/zephyr.c Mon Sep 12 18:52:53 2005 +0000 +++ b/src/protocols/zephyr/zephyr.c Mon Sep 12 20:04:37 2005 +0000 @@ -727,7 +727,7 @@ ZGetLocations(&locs, &one); g_string_append_printf(str, _("
At %s since %s"), locs.host, locs.time); } - gaim_notify_userinfo(gc, b ? b->name : user, _("Buddy Information"), NULL, + gaim_notify_userinfo(gc, b ? b->name : user, str->str, NULL, NULL); g_string_free(str, TRUE); } else { @@ -1142,7 +1142,7 @@ tree_child(tree_child(tree_child(tree_child(locations,2),0),2),2)->contents); } - gaim_notify_userinfo(gc, b ? b->name : user, _("Buddy Information"), NULL, + gaim_notify_userinfo(gc, b ? b->name : user, str->str, NULL, NULL); g_string_free(str, TRUE); } else {