aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-12-04 18:52:55 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-12-04 18:52:55 +0800
commitbfb8c339693b75919860ade1e9affb4587445f0e (patch)
treebb3260db87b0123d5bdfdeb501abe1f7e4296073 /ui
parentb7efb0befa9d8b141c4ddac54c194bc4f94f4134 (diff)
downloadgsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.gz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.bz2
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.lz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.xz
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.tar.zst
gsoc2013-evolution-bfb8c339693b75919860ade1e9affb4587445f0e.zip
Make inline forwarding not be the default anymore.
svn path=/trunk/; revision=6771
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog8
-rw-r--r--ui/evolution-mail.xml8
2 files changed, 12 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index e0e3697b6a..2df7d9d185 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,4 +1,12 @@
+2000-12-04 Ettore Perazzoli <ettore@helixcode.com>
+
+ * evolution-mail.xml: Renamed "MessageForward" to
+ "MessageForwardInlined" and "MessageForwardAttach" to
+ "MessageForwardAttached". Make the attached forward the default,
+ and the one advertised on the toolbar as well.
+
2000-12-01 Anna Marie Dirks <anna@helixcode.com>
+
* evolution.xml: Redid all the keyboard shortcuts to comply with GNOME
standards. Removed unnecessary shortcuts from less commonly used menu
items, changed all references to "alt", etc.
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index cf2c669d36..8ceb17633e 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -97,12 +97,12 @@
<menuitem name="MessageReplyAll" verb=""
_label="Reply to _All" accel="*Control**Shift*r"/>
- <menuitem name="MessageForward" verb=""
+ <menuitem name="MessageForwardAttached" verb=""
_label="_Forward"
accel="*Control*j"/>
- <menuitem name="MessageForwardAttach" verb=""
- _label="Forward as Attachment"
+ <menuitem name="MessageForwardInlined" verb=""
+ _label="Forward inline"
accel="*Control**Shift*j"/>
<menuitem/>
@@ -207,7 +207,7 @@
_label="Reply to All" _tip="Reply to all recipients of this message"
pixtype="pixbuf"/>
- <toolitem name="Forward" verb="MessageForward"
+ <toolitem name="Forward" verb="MessageForwardInlined"
_label="Forward" _tip="Forward this message"
pixtype="pixbuf"/>