Mercurial > pidgin
changeset 19897:a28127ed9797
Adding hints to conversation.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Thu, 16 Aug 2007 19:57:25 +0000 |
parents | b7d27c13a061 |
children | bb30030a22b6 |
files | libpurple/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/conversation.c Thu Aug 16 18:59:28 2007 +0000 +++ b/libpurple/conversation.c Thu Aug 16 19:57:25 2007 +0000 @@ -1168,7 +1168,7 @@ purple_request_action(conv, NULL, _("Send Message"), text, 0, purple_conversation_get_account(conv), NULL, conv, - data, 2, + "conversation", data, 2, _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb), _("Cancel"), NULL); }