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/evolution-signature-editor.xml | |
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/evolution-signature-editor.xml')
-rw-r--r-- | ui/evolution-signature-editor.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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"> |