diff libpurple/protocols/qq/group_join.c @ 24161:7c0a56c5fea0

2008.10.14 - ccpaging <ccpaging(at)gmail.com> * 2007 remove buddy ok * Removed group_search.c/h
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 28 Oct 2008 16:44:09 +0000
parents 9be95f0b9472
children 2a19984c0005
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_join.c	Tue Oct 28 16:42:46 2008 +0000
+++ b/libpurple/protocols/qq/group_join.c	Tue Oct 28 16:44:09 2008 +0000
@@ -137,13 +137,13 @@
 	qq_room_req *add_req;
 	g_return_if_fail(rmd != NULL);
 
-	purple_debug_info("QQ", "Group (internal id: %d) needs authentication\n", rmd->id);
+	purple_debug_info("QQ", "Room (internal id: %d) needs authentication\n", rmd->id);
 
-	msg = g_strdup_printf("Group \"%s\" needs authentication\n", rmd->title_utf8);
+	msg = g_strdup_printf("QQ Qun %d needs authentication\n", rmd->ext_id);
 	add_req = g_new0(qq_room_req, 1);
 	add_req->gc = gc;
 	add_req->id = rmd->id;
-	purple_request_input(gc, NULL, msg,
+	purple_request_input(gc, _("Join QQ Qun"), msg,
 			   _("Input request here"),
 			   _("Would you be my friend?"), TRUE, FALSE, NULL,
 			   _("Send"),