diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 8 |
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"/> |