aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-signature-editor.xml
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-31 07:14:23 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-31 07:14:23 +0800
commit05e3d8bbb943cdf3ede6768071b795b3da405659 (patch)
tree5c18c238b1ee642c0557affa2235e4a9eca9791b /ui/evolution-signature-editor.xml
parentd42daece4ac4f376d2b0945012767dd7394fb305 (diff)
downloadgsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar.gz
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar.bz2
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar.lz
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar.xz
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.tar.zst
gsoc2013-evolution-05e3d8bbb943cdf3ede6768071b795b3da405659.zip
change Save into Save and close, don't break the string freeze in the
2001-10-30 Larry Ewing <lewing@ximian.com> * evolution-signature-editor.xml: change Save into Save and close, don't break the string freeze in the process. svn path=/trunk/; revision=14498
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>