libpurple/protocols/qq/buddy_opt.c

changeset 30709
f3011abf3e5d
parent 30706
612b36b49058
child 31294
73607ab89c6f
equal deleted inserted replaced
30708:535bec1e66fb 30709:f3011abf3e5d
319 add_req->uid = uid; 319 add_req->uid = uid;
320 add_req->auth = NULL; 320 add_req->auth = NULL;
321 add_req->auth_len = 0; 321 add_req->auth_len = 0;
322 322
323 who = uid_to_purple_name(uid); 323 who = uid_to_purple_name(uid);
324 msg = g_strdup_printf(_("%u requires verification"), uid); 324 msg = g_strdup_printf(_("%u requires verification: %s"), uid, question);
325 purple_request_input(gc, _("Add buddy question"), msg, 325 purple_request_input(gc, _("Add buddy question"), msg,
326 _("Enter answer here"), 326 _("Enter answer here"),
327 NULL, 327 NULL,
328 TRUE, FALSE, NULL, 328 TRUE, FALSE, NULL,
329 _("Send"), G_CALLBACK(add_buddy_question_cb), 329 _("Send"), G_CALLBACK(add_buddy_question_cb),

mercurial