diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 8 | ||||
-rw-r--r-- | ui/evolution-signature-editor.xml | 4 |
3 files changed, 7 insertions, 10 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c6c7e983f5..28854d474f 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-07-22 Radek Doulik <rodo@ximian.com> + + * evolution-message-composer.xml: removed insert file as gtkhtml + editor has this now + 2002-07-18 Peter Williams <peterw@ximian.com> * evolution-signature-editor.xml: Add a tooltip to the Save item diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 9afb0561f7..827d76c092 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -18,11 +18,7 @@ <cmd name="FileSaveInFolder" _label="Save in folder..." _tip="Save the message in a specified folder"/> - - <cmd name="FileInsertFile" _label="Insert text file..." - accel="*Ctrl**Alt*f" - _tip="Insert a file as text into the message"/> - + <cmd name="FileSend" _label="Send" _tip="Send this message" accel="*Ctrl*Return" pixtype="pixbuf"/> @@ -124,8 +120,6 @@ <submenu name="Insert" _label="_Insert"> <menuitem name="FileAttach" verb="" _label="_Attachment..." pixtype="pixbuf"/> - <menuitem name="FileInsertFile" verb="" - _label="Inline Text _File..."/> <placeholder name="Component"/> </submenu> diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml index 109d22c694..6a19486d0d 100644 --- a/ui/evolution-signature-editor.xml +++ b/ui/evolution-signature-editor.xml @@ -66,9 +66,7 @@ <placeholder name="Component"/> <submenu name="Help" _label="_Help"> - - <placeholder name="BuiltMenuItems"/> - + <menuitem name="HelpSigEditor" verb="" _label="_Signature editor"/> </submenu> </menu> |