# HG changeset patch # User Luke Schierer # Date 1126546960 0 # Node ID 227b498921ae75a27287db5072ef3db3ea8b7c5c # Parent b1f8151e6ae5bfeb340f34b79f259d70165ccb96 [gaim-migrate @ 13777] This should make aim and irc get info windows identical (its hard to test when cvs doesn't compile, but this file appears to compile fine). this should partly address bug 1013488. jabber profiles return _slightly_ differently. I'm unsure how msn profiles display. yahoo profiles need to be changed to match this. committer: Tailor Script diff -r b1f8151e6ae5 -r 227b498921ae src/protocols/irc/msgs.c --- a/src/protocols/irc/msgs.c Mon Sep 12 14:47:52 2005 +0000 +++ b/src/protocols/irc/msgs.c Mon Sep 12 17:42:40 2005 +0000 @@ -255,7 +255,7 @@ g_snprintf(buffer, sizeof(buffer), _("Buddy Information for %s"), irc->whois.nick); - gaim_notify_userinfo(gc, irc->whois.nick, NULL, buffer, NULL, str, NULL, NULL); + gaim_notify_userinfo(gc, irc->whois.nick, buffer, _("Buddy Information"), NULL, str, NULL, NULL); g_free(irc->whois.nick); g_free(str);