diff options
author | Kyle Ambroff <kambroff@csus.edu> | 2006-01-20 05:30:05 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-20 05:30:05 +0800 |
commit | d5998e6a2df79497177f807cac0f12946ba2e457 (patch) | |
tree | ae3055420988235e64cb4dac77c580fd55ab4e92 /shell | |
parent | 219d8bab2276b40b53985c3de734b7891c724ca3 (diff) | |
download | gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.tar.gz gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.tar.zst gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.zip |
Default to [Cancel] instead of [Forget] in the when selecting "Forget
2006-01-19 Kyle Ambroff <kambroff@csus.edu>
* shell.error.xml: Default to [Cancel] instead of [Forget] in the
when selecting "Forget Passwords" from the menu. (#325871)
svn path=/trunk/; revision=31246
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/shell.error.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index eff5de029f..53f008dfa5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2006-01-19 Kyle Ambroff <kambroff@csus.edu> + + * shell.error.xml: Default to [Cancel] instead of [Forget] in the + when selecting "Forget Passwords" from the menu. (#325871) + 2006-01-06 Andre Klapper <a9016009@gmx.de> * shell/e-shell-window.c: fixing two missing whitespaces. Fixes bug 325568. diff --git a/shell/shell.error.xml b/shell/shell.error.xml index 96fa2d04b4..cf3fab2685 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -73,7 +73,7 @@ Click help for details.</_secondary> <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> </error> - <error id="forget-passwords" type="question" default="GTK_RESPONSE_OK"> + <error id="forget-passwords" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Are you sure you want to forget all remembered passwords?</_primary> <_secondary xml:space="preserve">Forgetting your passwords will clear all remembered passwords. You will be reprompted next time they are needed.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> |