Mercurial > pidgin
changeset 19878:9c23f8a9bc28
Added hints to msn dialog.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 12 Aug 2007 18:44:58 +0000 |
parents | 516c5473e312 |
children | cb189eea2c59 |
files | libpurple/protocols/msn/dialog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/dialog.c Sun Aug 12 18:43:37 2007 +0000 +++ b/libpurple/protocols/msn/dialog.c Sun Aug 12 18:44:58 2007 +0000 @@ -129,7 +129,7 @@ purple_request_action(gc, NULL, msg, reason, PURPLE_DEFAULT_ACTION_NONE, purple_connection_get_account(gc), data->who, NULL, - data, 2, + "blist", data, 2, _("Yes"), G_CALLBACK(msn_add_cb), _("No"), G_CALLBACK(msn_rem_cb));