diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-08 01:17:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-08 01:17:41 +0800 |
commit | aa9939163d6442b5083a940cc2c2945173e1300f (patch) | |
tree | 7c7a9c9b9bc029401a81d85affe3ce07f11f62e4 /ui | |
parent | d08d5d0fab99ca5fb77f95bcb0da2d1ab7503c94 (diff) | |
download | gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar.gz gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar.bz2 gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar.lz gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar.xz gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.tar.zst gsoc2013-evolution-aa9939163d6442b5083a940cc2c2945173e1300f.zip |
[ fixes bug #40841 ] change the Save As VCard keybinding to C-A-s, to
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.
svn path=/trunk/; revision=20716
Diffstat (limited to 'ui')
-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."/> |