diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-05-31 05:59:43 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-05-31 05:59:43 +0800 |
commit | 34fe6da86b005bdea13287bc30171ec4d9a9a716 (patch) | |
tree | a321ee836b161d6820af97227e9c077a1b09333c | |
parent | 6bdca62695586ab8af47ec3e6ccbf09f337250de (diff) | |
download | gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar.gz gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar.bz2 gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar.lz gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar.xz gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.tar.zst gsoc2013-evolution-34fe6da86b005bdea13287bc30171ec4d9a9a716.zip |
Fix binding conflict with Print/Preview
2003-05-29 Rodney Dawes <dobey@ximian.com>
* evolution-addressbook.xml: Fix binding conflict with Print/Preview
svn path=/trunk/; revision=21357
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index dd00b0f484..ebb65415fd 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2003-05-29 Rodney Dawes <dobey@ximian.com> + + * evolution-addressbook.xml: Fix binding conflict with Print/Preview + 2003-05-01 JP Rosevear <jpr@ximian.com> * evolution.xml: file all new folder bindings to be ctrl-shift-f diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index d6a470fadc..84c19baf14 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -11,8 +11,7 @@ <cmd name="ContactsPrintPreview" _tip="Previews the contacts to be printed" - pixtype="stock" pixname="Print" - accel="*Control*p"/> + pixtype="stock" pixname="Print"/> <cmd name="ContactsView" _tip="View the current contact" |