aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-comp-editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution-comp-editor.xml')
-rw-r--r--ui/evolution-comp-editor.xml90
1 files changed, 0 insertions, 90 deletions
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
deleted file mode 100644
index 90bd20ebf8..0000000000
--- a/ui/evolution-comp-editor.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<Root>
-
-<commands>
-
- <cmd name="FilePrint" _label="Print..."
- _tip="Print this item"/>
-
- <cmd name="FilePrintPreview" _label="Print Pre_view"
- _tip="Preview the printed item"/>
-
- <cmd name="FilePrintSetup" _label="Print S_etup"
- _tip="Setup the page settings for your current printer"/>
-
- <cmd name="FileSave" _label="Save"
- _tip="Save the item and close the dialog box"
- accel="*Control*s"/>
-
- <cmd name="FileSaveAndClose" _label="Save and Close"
- _tip="Save the item and close the dialog box"
- accel="*Control*s"/>
-
- <cmd name="FileSaveAs" _label="Save As..."
- _tip="Save this item to disk"
- accel="*Control*Alt*s"/>
-
- <cmd name="FileDelete" _label="Delete"
- _tip="Delete this item"/>
-
- <cmd name="FileClose" _label="C_lose"
- _tip="Close this item"
- pixtype="stock" pixname="Close" accel="*Control*w"/>
-
-</commands>
-
-<menu>
-
-<submenu name="File" _label="_File">
-
- <menuitem name="FileSave" verb="" pixtype="pixbuf"/>
-
- <menuitem name="FileSaveAndClose" verb="" pixtype="pixbuf"/>
-
- <menuitem name="FileSaveAs" verb="" pixtype="pixbuf"/>
-
- <separator/>
-
- <menuitem name="FileDelete" verb="" pixtype="pixbuf"/>
-
- <separator/>
-
- <menuitem name="FilePrint" verb="" pixtype="pixbuf"/>
-
- <menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/>
-
- <menuitem name="FilePrintSetup" verb=""/>
-
- <separator/>
-
- <menuitem name="FileClose" verb=""/>
-
-</submenu>
-
-<submenu name="Actions" _label="_Actions">
-
- <placeholder name="Actions"/>
-
-</submenu>
-
-</menu>
-
-<dockitem name="Toolbar"relief="none" behavior="exclusive"
- _tip="Main toolbar" hlook="text" vlook="icon">
-
- <toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/>
-
- <separator/>
-
- <toolitem name="FilePrint" verb="" _label="Print" priority="1" pixtype="pixbuf"/>
-
- <toolitem name="FilePrintPreview" verb="" _label="Print Preview" priority="1" pixtype="pixbuf"/>
-
- <separator/>
-
- <toolitem name="FileDelete" verb="" _label="Delete" priority="1" pixtype="pixbuf"/>
-
- <toolitem name="FileClose" verb="" _label="Close" priority="1"/>
-
-</dockitem>
-
-</Root>