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:
@ -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.
|
||||
|
@ -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"/>
|
||||
|
||||
|
Reference in New Issue
Block a user