src/protocols/silc/ops.c

changeset 11533
f58436975d44
parent 11531
63c017cfd8d2
child 12058
6d4b6e3bd0ba
--- a/src/protocols/silc/ops.c	Mon Sep 12 18:52:53 2005 +0000
+++ b/src/protocols/silc/ops.c	Mon Sep 12 20:04:37 2005 +0000
@@ -1084,7 +1084,7 @@
 						_("More..."), G_CALLBACK(silcgaim_whois_more));
 			else
 #endif
-			gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL);
+			gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
 			g_free(buf);
 		}
 		break;
@@ -1145,7 +1145,7 @@
 			}
 
 			buf = g_string_free(s, FALSE);
-			gaim_notify_userinfo(gc, client_entry->nickname, _("Buddy Information"), NULL, buf, NULL, NULL);
+			gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
 			g_free(buf);
 		}
 		break;

mercurial