aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-signature-editor.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/evolution-signature-editor.xml')
-rw-r--r--ui/evolution-signature-editor.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/ui/evolution-signature-editor.xml b/ui/evolution-signature-editor.xml
index 185422f7b5..af8604d1e7 100644
--- a/ui/evolution-signature-editor.xml
+++ b/ui/evolution-signature-editor.xml
@@ -1,14 +1,17 @@
<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"
+ pixtype="stock" pixname="Save"/>
+
</commands>
<keybindings>
@@ -21,15 +24,16 @@
<placeholder name="FileOps"/>
+<!--
<menuitem name="FileSave" verb="" _label="_Save"/>
+-->
+ <menuitem name="FileSaveClose" verb="" _label="Save and Close"/>
<placeholder name="Print" delimit="top"/>
<separator/>
-
<menuitem name="FileClose" verb="" _label="_Close"/>
-
</submenu>