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. --- ChangeLog | 6 ++++++ embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c5d4acdd..d5caa147a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-09 Christian Persch + + * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: + + Add mnemonic to Send button. + 2005-01-09 Christian Persch * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: 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