aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-signature-editor.xml
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-11-07 00:33:24 +0800
committernobody <nobody@localhost>2002-11-07 00:33:24 +0800
commit1168a2376f934efe2d919e4d439d7eaff4f16014 (patch)
treeeb739ba41251ad0e5399c56cd201a5496914f929 /ui/evolution-signature-editor.xml
parent774aba8ec57d4e7d76a8b5bab60308a05159da64 (diff)
downloadgsoc2013-evolution-1168a2376f934efe2d919e4d439d7eaff4f16014.tar.gz
gsoc2013-evolution-1168a2376f934efe2d919e4d439d7eaff4f16014.tar.zst
gsoc2013-evolution-1168a2376f934efe2d919e4d439d7eaff4f16014.zip
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_1_3'.GEDIT_2_1_3
svn path=/tags/GEDIT_2_1_3/; revision=18603
Diffstat (limited to 'ui/evolution-signature-editor.xml')
-rw-r--r--ui/evolution-signature-editor.xml77
1 files changed, 0 insertions, 77 deletions
diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml
deleted file mode 100644
index 6a19486d0d..0000000000
--- a/ui/evolution-signature-editor.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<Root>
- <commands>
-<!--
- <cmd name="FileSave" _label="Save"
- _tip="Save the current file" pixtype="stock" pixname="Save"
- accel="*Ctrl*s"/>
--->
- <cmd name="FileClose" _label="Close"
- _tip="Close the current file" pixtype="stock" pixname="Close"
- accel="*Ctrl*w"/>
-
- <cmd name="FileSaveClose" _label="Save and Close"
- _tip="Save the current file and close the window"
- 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>
-
- </keybindings>
-
- <menu>
-
- <submenu name="File" _label="_File">
-
- <placeholder name="FileOps"/>
-
-<!--
- <menuitem name="FileSave" verb="" _label="_Save"/>
--->
- <menuitem name="FileSaveClose" verb="" _label="Save and Close" accel="*Control*Return"/>
-
- <placeholder name="Print" delimit="top"/>
-
- <separator f=""/>
-
- <menuitem name="FileClose" verb="" _label="_Close"/>
- </submenu>
-
-
- <submenu name="Edit" _label="_Edit">
- <placeholder name="EditUndoRedo"/>
- <separator f=""/>
- <placeholder name="EditCutCopyPaste"/>
- <separator f=""/>
- <placeholder name="EditFindReplace"/>
- <separator f=""/>
- <placeholder name="EditMisc"/>
- </submenu>
-
- <submenu name="Format" _label="For_mat">
- <menuitem name="FormatHtml" verb=""/>
-
- <separator/>
- <placeholder name="FormatParagraph"/>
- </submenu>
-
- <submenu name="Insert" _label="_Insert">
-
- <placeholder name="Component">
- </placeholder>
- </submenu>
-
- <placeholder name="Component"/>
-
- <submenu name="Help" _label="_Help">
- <menuitem name="HelpSigEditor" verb="" _label="_Signature editor"/>
- </submenu>
- </menu>
-
- <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon">
- <toolitem name="FileSaveClose" verb=""/>
- </dockitem>
-
-</Root>