diff options
Diffstat (limited to 'ui')
-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> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |