# HG changeset patch # User Mark Doliner # Date 1064879023 0 # Node ID b599731f486d01555ae7136242e52da9f29e3e5f # Parent b3896e1eca2a5d53f12c3d0f72e78ff1fa304f6b [gaim-migrate @ 7600] Remember that episode of Gilligan's Island when everyone was like, "Mum's the word," and Gilligan was all like, "The word is mum"? committer: Tailor Script diff -r b3896e1eca2a -r b599731f486d src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Mon Sep 29 23:42:13 2003 +0000 +++ b/src/protocols/oscar/oscar.c Mon Sep 29 23:43:43 2003 +0000 @@ -3169,7 +3169,8 @@ } } - gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); + /* gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); */ + gaim_notify_formatted(gc, NULL, _("Below are the results of your search:"), NULL, text->str, NULL, NULL); g_string_free(text, TRUE); return 1;