diff src/gtkprivacy.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 a511b77a368b
children c0fbdea8828b
line wrap: on
line diff
--- a/src/gtkprivacy.c	Wed Dec 21 20:59:16 2005 +0000
+++ b/src/gtkprivacy.c	Wed Dec 21 21:18:25 2005 +0000
@@ -591,7 +591,7 @@
 			_("Please enter the name of the user you wish to be "
 			  "able to contact you."),
 			NULL, FALSE, FALSE, NULL,
-			_("Permit"), G_CALLBACK(add_permit_block_cb),
+			_("_Permit"), G_CALLBACK(add_permit_block_cb),
 			_("Cancel"), G_CALLBACK(destroy_request_data),
 			data);
 	}
@@ -604,7 +604,7 @@
 
 		gaim_request_action(account, _("Permit User"), primary, secondary,
 							0, data, 2,
-							_("Permit"), G_CALLBACK(confirm_permit_block_cb),
+							_("_Permit"), G_CALLBACK(confirm_permit_block_cb),
 							_("Cancel"), G_CALLBACK(destroy_request_data));
 
 		g_free(primary);
@@ -629,7 +629,7 @@
 			_("Type a user to block."),
 			_("Please enter the name of the user you wish to block."),
 			NULL, FALSE, FALSE, NULL,
-			_("Block"), G_CALLBACK(add_permit_block_cb),
+			_("_Block"), G_CALLBACK(add_permit_block_cb),
 			_("Cancel"), G_CALLBACK(destroy_request_data),
 			data);
 	}
@@ -640,7 +640,7 @@
 
 		gaim_request_action(account, _("Block User"), primary, secondary,
 							0, data, 2,
-							_("Block"), G_CALLBACK(confirm_permit_block_cb),
+							_("_Block"), G_CALLBACK(confirm_permit_block_cb),
 							_("Cancel"), G_CALLBACK(destroy_request_data));
 
 		g_free(primary);