aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-09 08:45:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-09 08:45:08 +0800
commita7253487973018fd8465dc8ec9904b0aa11a2415 (patch)
tree4e4d10bf3b19686b83972f18945ea9bc6342b04b
parent97a894dc7d40ebd32073c421a68caf582a1ba770 (diff)
downloadgsoc2013-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
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail.xml7
2 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 9b45c90327..3d925e4535 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-03-08 Ettore Perazzoli <ettore@ximian.com>
* evolution-mail.xml: Renamed the "Get Mail" button to "Send and
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/>