Mercurial > pidgin
diff src/protocols/silc/ops.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 | 029802981b81 |
| children | b704e60fe5de |
line wrap: on
line diff
--- a/src/protocols/silc/ops.c Wed Dec 21 20:59:16 2005 +0000 +++ b/src/protocols/silc/ops.c Wed Dec 21 21:18:25 2005 +0000 @@ -1295,7 +1295,7 @@ _("User Information"), buf, 1, client_entry, 2, _("OK"), G_CALLBACK(silcgaim_whois_more), - _("More..."), G_CALLBACK(silcgaim_whois_more)); + _("_More..."), G_CALLBACK(silcgaim_whois_more)); else #endif gaim_notify_userinfo(gc, client_entry->nickname, buf, NULL, NULL);
