diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -2,6 +2,12 @@ * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: + Add mnemonic to Send button. + +2005-01-09 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: + Set show-once to PR_FALSE if the GetBoolPref call fails. 2005-01-09 Crispin Flowerday <gnome@flowerday.cx> 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; |