[gaim-migrate @ 15060]

Wed, 04 Jan 2006 17:36:42 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Wed, 04 Jan 2006 17:36:42 +0000
changeset 12716
d861e0fb6bbc
parent 12715
90260c27e1f7
child 12717
481cb96e3a36

[gaim-migrate @ 15060]
There is no stock ACCEPT item, so add the mnemonic here.

src/request.h file | annotate | diff | comparison | revisions
--- a/src/request.h	Wed Jan 04 05:07:51 2006 +0000
+++ b/src/request.h	Wed Jan 04 17:36:42 2006 +0000
@@ -1347,7 +1347,7 @@
 								   cancel_cb) \
 	gaim_request_action((handle), (title), (primary), (secondary), \
 						(default_action), (user_data), 2, \
-						_("Accept"), (accept_cb), _("Cancel"), (cancel_cb))
+						_("_Accept"), (accept_cb), _("Cancel"), (cancel_cb))
 
 /**
  * Displays a file selector request dialog.  Returns the selected filename into

mercurial