diff options
author | Radek Doulik <rodo@ximian.com> | 2002-03-09 06:17:41 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-03-09 06:17:41 +0800 |
commit | 26ff49a096875730646bf709cbdb807857006cfc (patch) | |
tree | 5229159f31ef5c35984d543d38788b7c4e3f15fc /ui | |
parent | e6cd7bec0e6f009c771999e6840ce55ca3b22c42 (diff) | |
download | gsoc2013-evolution-26ff49a096875730646bf709cbdb807857006cfc.tar.gz gsoc2013-evolution-26ff49a096875730646bf709cbdb807857006cfc.tar.zst gsoc2013-evolution-26ff49a096875730646bf709cbdb807857006cfc.zip |
added FormatHTML
2002-03-08 Radek Doulik <rodo@ximian.com>
* evolution-signature-editor.xml: added FormatHTML
svn path=/trunk/; revision=15992
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-signature-editor.xml | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 310e16b573..055f844c34 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-03-08 Radek Doulik <rodo@ximian.com> + + * evolution-signature-editor.xml: added FormatHTML + 2002-03-07 Anna Marie Dirks <anna@ximian.com> * evolution-mail-message.xml: Fixed tiny typo ("Addressbook", not "Address book"), and cleaned up accelerators more, so that all of them actually work. Also added accelerators to items in the Go To menu and the Forward menu as part of fixing bug #10666. diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml index 9de0803f56..80d0b2b95b 100644 --- a/ui/evolution-signature-editor.xml +++ b/ui/evolution-signature-editor.xml @@ -12,6 +12,8 @@ <cmd name="FileSaveClose" _label="Save and Close" pixtype="stock" pixname="Save" accel="*Ctrl*s"/> + <cmd name="FormatHtml" _label="H_TML" _tip="Send the mail in HTML format" + type="toggle" state="0"/> </commands> <keybindings> @@ -60,6 +62,12 @@ <placeholder name="BuiltMenuItems"/> </submenu> + <submenu name="Format" _label="For_mat"> + <menuitem name="FormatHtml" verb=""/> + + <separator f="" name="emailcomposer"/> + <placeholder name="FormatParagraph"/> + </submenu> </menu> <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon"> |