diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-25 07:49:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-25 07:49:54 +0800 |
commit | 57b9260528a389936dce1d9b5b3afc259c71c2e1 (patch) | |
tree | 1a5cc9ded7f25c89cc6d16e83dd0afa2760c88c5 | |
parent | 57f0e85f6ccbe64904414fb6ede859dcc8acdc5b (diff) | |
download | gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar.gz gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar.bz2 gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar.lz gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar.xz gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.tar.zst gsoc2013-evolution-57b9260528a389936dce1d9b5b3afc259c71c2e1.zip |
Change Security* to SecurityPGP* as we may someday have S/MIME
2001-01-24 Jeffrey Stedfast <fejj@ximian.com>
* evolution-message-composer.xml: Change Security* to SecurityPGP*
as we may someday have S/MIME sign/encrypt.
svn path=/trunk/; revision=7792
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 53 |
2 files changed, 9 insertions, 49 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 75e0352fb4..2171b95272 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-01-24 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-message-composer.xml: Change Security* to SecurityPGP* + as we may someday have S/MIME sign/encrypt. + 2001-01-24 Jason Leach <jasonleach@usa.net> (Fix #1252: Need a File->Close way to close a view) diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 3cf84f5f3d..06152658fc 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -38,10 +38,10 @@ <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments" type="toggle" state="0"/> - <cmd name="SecuritySign" _label="PGP Sign" _tip="Sign this message with your PGP key" + <cmd name="SecurityPGPSign" _label="PGP Sign" _tip="Sign this message with your PGP key" type="toggle" state="0"/> - <cmd name="SecurityEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP" + <cmd name="SecurityPGPEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP" type="toggle" state="0"/> </commands> @@ -104,9 +104,9 @@ <submenu name="Security" _label="_Security"> - <menuitem name="SecuritySign" verb="" _label="PGP Sign"/> + <menuitem name="SecurityPGPSign" verb="" _label="PGP Sign"/> - <menuitem name="SecurityEncrypt" verb="" _label="PGP Encrypt"/> + <menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/> </submenu> @@ -137,48 +137,3 @@ </dockitem> </Root> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |