diff options
-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"/> |