diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-16 00:13:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-16 00:13:39 +0800 |
commit | c8cc95d20cc90c2ab3c4118a859e2fc22950c72b (patch) | |
tree | eae849b0de8c8d147e73b873d8c34cef08847814 /ui/evolution.xml | |
parent | 0e6bca76165008d39acfffd17216053f3b004e8d (diff) | |
download | gsoc2013-evolution-c8cc95d20cc90c2ab3c4118a859e2fc22950c72b.tar.gz gsoc2013-evolution-c8cc95d20cc90c2ab3c4118a859e2fc22950c72b.tar.zst gsoc2013-evolution-c8cc95d20cc90c2ab3c4118a859e2fc22950c72b.zip |
moved 'Forget Passwords' item...
2004-01-15 Rodrigo Moya <rodrigo@ximian.com>
* evolution-mail-global.xml: moved 'Forget Passwords' item...
* evolution.xml: ...to the shell.
svn path=/trunk/; revision=24244
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index d78ac04df3..3c85fbc489 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -13,6 +13,9 @@ _tip="Send queued items and retrieve new items" pixtype="pixbuf"/> + <cmd name="ForgetPasswords" + _tip="Forget remembered passwords so you will be prompted for them again"/> + <cmd name="Settings" pixtype="pixbuf"/> <cmd name="ToggleOffline" @@ -72,6 +75,7 @@ <submenu name="Actions" _label="_Actions"> <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/> + <menuitem name="ForgetPasswords" verb="" _label="Forget _Passwords"/> <placeholder name="ComponentActionsPlaceholder"/> </submenu> |