diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 44048e1f14..b166ea1d1d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-04-07 Chris Toshok <toshok@ximian.com> + + [ fixes bug #40841 ] + * evolution-addressbook.xml: change the Save As VCard keybinding + to C-A-s, to match the mailer's Save As keybinding. + 2003-03-26 Chris Toshok <toshok@ximian.com> [ fixes #40212 ] diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 2a5ed8f87f..d6a470fadc 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -39,7 +39,7 @@ <cmd name="ContactsSaveAsVCard" _label="Save as VCard" _tip="Save selected contacts as a VCard." - accel="*Control*v"/> + accel="*Control**Alt*s"/> <cmd name="ContactsSendContactToOther" _label="Forward Contact" _tip="Send selected contacts to another person."/> |