aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 23:05:24 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 23:05:24 +0800
commit0b5eddd9ee4966a0d4863a997acbf7a444bdfb77 (patch)
tree0648429ac94abc355904f30aca205556a0c9c30d
parentefd9d3522dc2ab3275e5239e07049be9ca6a0c6e (diff)
downloadgsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.gz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.bz2
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.lz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.xz
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.tar.zst
gsoc2013-epiphany-0b5eddd9ee4966a0d4863a997acbf7a444bdfb77.zip
Add mnemonic to Send button.
2005-01-09 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Add mnemonic to Send button.
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/GtkNSSSecurityWarningDialogs.cpp4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c5d4acdd..d5caa147a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;