From 0b5eddd9ee4966a0d4863a997acbf7a444bdfb77 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 9 Jan 2005 15:05:24 +0000 Subject: Add mnemonic to Send button. 2005-01-09 Christian Persch * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Add mnemonic to Send button. --- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 97d238314..0ad61411b 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -160,7 +160,7 @@ GtkNSSSecurityWarningDialogs::ConfirmPostToInsecure (nsIInterfaceRequestor *aCon _("The information you have entered will be sent over an " "insecure connection, and could easily be intercepted " "by a third party."), - _("Send"), + _("_Send"), _retval); return NS_OK; @@ -181,7 +181,7 @@ GtkNSSSecurityWarningDialogs::ConfirmPostToInsecureFromSecure (nsIInterfaceReque "the information you have entered will be sent over an " "insecure connection, and could easily be intercepted by " "a third party."), - _("Send"), + _("_Send"), _retval); return NS_OK; -- cgit v1.2.3