diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 59d92af583..e2125c7d90 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -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. 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"/> |