Mercurial > pidgin
diff src/protocols/silc/buddy.c @ 12603:e4e47871c373
[gaim-migrate @ 14938]
SF Patch #1377898 from Nathan Conrad
"This patch adds accelerator key mappings for buttons in
dialog boxes
created using gaim_request_action."
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Wed, 21 Dec 2005 21:18:25 +0000 |
| parents | 5851a9219bc7 |
| children | 95a73ce6e285 |
line wrap: on
line diff
--- a/src/protocols/silc/buddy.c Wed Dec 21 20:59:16 2005 +0000 +++ b/src/protocols/silc/buddy.c Wed Dec 21 21:18:25 2005 +0000 @@ -1041,7 +1041,7 @@ _("To add the buddy you must import his/her public key. " "Press Import to import a public key."), 0, r, 2, _("Cancel"), G_CALLBACK(silcgaim_add_buddy_ask_pk_cb), - _("Import..."), G_CALLBACK(silcgaim_add_buddy_ask_pk_cb)); + _("_Import..."), G_CALLBACK(silcgaim_add_buddy_ask_pk_cb)); } static void
