diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-09 08:45:08 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-09 08:45:08 +0800 |
commit | a7253487973018fd8465dc8ec9904b0aa11a2415 (patch) | |
tree | 4e4d10bf3b19686b83972f18945ea9bc6342b04b /ui/evolution-mail.xml | |
parent | 97a894dc7d40ebd32073c421a68caf582a1ba770 (diff) | |
download | gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar.gz gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar.bz2 gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar.lz gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar.xz gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.tar.zst gsoc2013-evolution-a7253487973018fd8465dc8ec9904b0aa11a2415.zip |
Took out the "IMPLEMENT ME"'s from the forward menu items since I've coded
2001-03-08 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the
forward menu items since I've coded them now.
svn path=/trunk/; revision=8612
Diffstat (limited to 'ui/evolution-mail.xml')
-rw-r--r-- | ui/evolution-mail.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 626de0933e..e5e89826b8 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -152,11 +152,12 @@ <menuitem name="MessageForwardInlined" verb="" _label="Inline" accel="*Control**Shift*j"/> - + <menuitem name="MessageForwardQuoted" verb="" - _label="Quoted (FIXME: implement me)"/> + _label="Quoted"/> + <menuitem name="MessageForwardAttachment" verb="" - _label="Attachment (FIXME: implement me)"/> + _label="Attachment"/> <separator/> |