diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-22 06:10:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-22 06:10:51 +0800 |
commit | 1f490e1092a9482d8cef832b820295f21a71a37e (patch) | |
tree | a65a38379d7da95f3360604f07122c71cd1d3ecb | |
parent | 0fa1b87e9ee6b947b2706a44fc7429730655b3f9 (diff) | |
download | gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar.gz gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar.bz2 gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar.lz gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar.xz gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.tar.zst gsoc2013-evolution-1f490e1092a9482d8cef832b820295f21a71a37e.zip |
Moved ViewSource to the View menu and made it a toggle menu.
2000-11-21 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-mail.xml: Moved ViewSource to the View menu and made
it a toggle menu.
svn path=/trunk/; revision=6640
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 864c67a106..a2a9abd7b8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-11-21 Jeffrey Stedfast <fejj@helixcode.com> + + * evolution-mail.xml: Moved ViewSource to the View menu and made + it a toggle menu. + 2000-11-16 Jeffrey Stedfast <fejj@helixcode.com> * evolution-mail.xml: Added View Message Source. diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index cc699827d3..1a08a62f9d 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -4,6 +4,9 @@ <cmd name="ViewThreaded" _label="_Threaded" _tip="Threaded Message list" type="toggle" /> + + <cmd name="ViewSource" + _label="_Source" _tip="View Raw Message Source" type="toggle" /> </commands> @@ -47,6 +50,8 @@ <menuitem name="Threaded" verb="ViewThreaded" accel="*Control*t"/> + <menuitem name="Source" verb="ViewSource" accel=""/> + </submenu> <submenu name="Settings"> @@ -168,10 +173,6 @@ </submenu> - <menuitem name="MessageViewSource" verb="" - _label="View Message Source" - accel=""/> - </submenu> <submenu name="Folder" _label="F_older"> |