comparison libpurple/protocols/msnp9/msn.c @ 22142:1f3f2d2c9a2b

A few more "purple_request_action" default action corrections
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jan 2008 08:02:38 +0000
parents eab7d03edfcb
children d1b36a8c920a
comparison
equal deleted inserted replaced
22140:c69f472ff683 22142:1f3f2d2c9a2b
345 345
346 purple_request_action(gc, NULL, _("Allow MSN Mobile pages?"), 346 purple_request_action(gc, NULL, _("Allow MSN Mobile pages?"),
347 _("Do you want to allow or disallow people on " 347 _("Do you want to allow or disallow people on "
348 "your buddy list to send you MSN Mobile pages " 348 "your buddy list to send you MSN Mobile pages "
349 "to your cell phone or other mobile device?"), 349 "to your cell phone or other mobile device?"),
350 -1, 350 PURPLE_DEFAULT_ACTION_NONE,
351 purple_connection_get_account(gc), NULL, NULL, 351 purple_connection_get_account(gc), NULL, NULL,
352 gc, 3, 352 gc, 3,
353 _("Allow"), G_CALLBACK(enable_msn_pages_cb), 353 _("Allow"), G_CALLBACK(enable_msn_pages_cb),
354 _("Disallow"), G_CALLBACK(disable_msn_pages_cb), 354 _("Disallow"), G_CALLBACK(disable_msn_pages_cb),
355 _("Cancel"), NULL); 355 _("Cancel"), NULL);