aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-comp-editor.xml
diff options
context:
space:
mode:
authorJack Jia <jack.jia@sun.com>2003-08-06 10:28:51 +0800
committerJack Jia <jackjia@src.gnome.org>2003-08-06 10:28:51 +0800
commit2cf65e5d568ded8f73c906d9282b5a7bccac730b (patch)
tree64a533a8958b0df0d215172b01303e6436f055c9 /ui/evolution-comp-editor.xml
parent761541cefb84c7c024d415d0b7a5a85aa72685d7 (diff)
downloadgsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar.gz
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar.bz2
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar.lz
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar.xz
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.tar.zst
gsoc2013-evolution-2cf65e5d568ded8f73c906d9282b5a7bccac730b.zip
add the accelerator "P" for "Print", "S" for "Save", "C" for "Save and
2003-08-06 Jack Jia <jack.jia@sun.com> * evolution-comp-editor.xml: add the accelerator "P" for "Print", "S" for "Save", "C" for "Save and _Close", "A" for "Save _As...", "D" for "Delete". Fixes bug #47379. svn path=/trunk/; revision=22096
Diffstat (limited to 'ui/evolution-comp-editor.xml')
-rw-r--r--ui/evolution-comp-editor.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml
index 7bc0fa6d70..2fbc5f26cd 100644
--- a/ui/evolution-comp-editor.xml
+++ b/ui/evolution-comp-editor.xml
@@ -2,7 +2,7 @@
<commands>
- <cmd name="FilePrint" _label="Print..."
+ <cmd name="FilePrint" _label="_Print..."
_tip="Print this item"
stockid="gtk-print"/>
@@ -10,22 +10,22 @@
_tip="Preview the printed item"
stockid="gtk-print-preview"/>
- <cmd name="FileSave" _label="Save"
+ <cmd name="FileSave" _label="_Save"
_tip="Save the item and close the dialog box"
accel="*Control*s"
stockid="gtk-save"/>
- <cmd name="FileSaveAndClose" _label="Save and Close"
+ <cmd name="FileSaveAndClose" _label="Save and _Close"
_tip="Save the item and close the dialog box"
accel="*Control*Return"
stockid="gtk-save"/>
- <cmd name="FileSaveAs" _label="Save As..."
+ <cmd name="FileSaveAs" _label="Save _As..."
_tip="Save this item to disk"
accel="*Control*Alt*s"
stockid="gtk-save-as"/>
- <cmd name="FileDelete" _label="Delete"
+ <cmd name="FileDelete" _label="_Delete"
_tip="Delete this item"
stockid="gtk-delete"/>