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
This commit is contained in:
Jack Jia
2003-08-06 02:28:51 +00:00
committed by Jack Jia
parent 761541cefb
commit 2cf65e5d56
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2003-08-05 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.
2003-07-17 Rodrigo Moya <rodrigo@ximian.com>
* evolution-tasks.xml: s/Expunge/Purge.

View File

@ -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"/>