changeset 11528:227b498921ae

[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 <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Sep 2005 17:42:40 +0000
parents b1f8151e6ae5
children dde21fe88bf7
files src/protocols/irc/msgs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);