Mercurial > pidgin
comparison src/request.h @ 12716:c08fcbcc6a3e
[gaim-migrate @ 15060]
There is no stock ACCEPT item, so add the mnemonic here.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 04 Jan 2006 17:36:42 +0000 |
| parents | 6cbffa7a9089 |
| children | f3ae450fb947 |
comparison
equal
deleted
inserted
replaced
| 12715:3dedbe04a684 | 12716:c08fcbcc6a3e |
|---|---|
| 1345 #define gaim_request_accept_cancel(handle, title, primary, secondary, \ | 1345 #define gaim_request_accept_cancel(handle, title, primary, secondary, \ |
| 1346 default_action, user_data, accept_cb, \ | 1346 default_action, user_data, accept_cb, \ |
| 1347 cancel_cb) \ | 1347 cancel_cb) \ |
| 1348 gaim_request_action((handle), (title), (primary), (secondary), \ | 1348 gaim_request_action((handle), (title), (primary), (secondary), \ |
| 1349 (default_action), (user_data), 2, \ | 1349 (default_action), (user_data), 2, \ |
| 1350 _("Accept"), (accept_cb), _("Cancel"), (cancel_cb)) | 1350 _("_Accept"), (accept_cb), _("Cancel"), (cancel_cb)) |
| 1351 | 1351 |
| 1352 /** | 1352 /** |
| 1353 * Displays a file selector request dialog. Returns the selected filename into | 1353 * Displays a file selector request dialog. Returns the selected filename into |
| 1354 * the callback. Can be used for either opening a file or saving a file. | 1354 * the callback. Can be used for either opening a file or saving a file. |
| 1355 * | 1355 * |
