Mercurial > pidgin
changeset 18260:7992f408a94d
Use a different mnemonic for Connect so it doesn't conflict with Cancel
Fixes #1894
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 24 Jun 2007 13:58:05 +0000 |
parents | c5c265dff90c |
children | 2dc19ae21971 |
files | libpurple/protocols/oscar/peer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/peer.c Sun Jun 24 04:53:36 2007 +0000 +++ b/libpurple/protocols/oscar/peer.c Sun Jun 24 13:58:05 2007 +0000 @@ -1019,7 +1019,7 @@ PURPLE_DEFAULT_ACTION_NONE, account, sn, NULL, conn, 2, - _("_Connect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), + _("C_onnect"), G_CALLBACK(peer_connection_got_proposition_yes_cb), _("Cancel"), G_CALLBACK(peer_connection_got_proposition_no_cb)); } else if (args->type == OSCAR_CAPABILITY_SENDFILE)