diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index bcefc585d6..4bcafd2418 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-01-18 Christopher James Lahey <clahey@ximian.com> + + * evolution-addressbook.xml: Added File->Open which calls the + ContactsView command. + 2002-01-16 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Remove "Dump" menu item. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 09684df33b..1601fc8c88 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -21,6 +21,10 @@ pixtype="stock" pixname="Print" accel="*Control*p"/> + <cmd name="ContactsView" + _tip="View the current contact" + accel="*Control*o"/> + <cmd name="ContactStop" _tip="Stop Loading" pixtype="stock" pixname="Stop"/> @@ -55,6 +59,8 @@ <menu> <submenu name="File"> <placeholder name="FileOps"> + <menuitem name="ContactsView" + verb="" _label="_Open"/> <menuitem name="ContactsSaveAsVCard" verb="" _label="_Save as VCard" pixtype="pixbuf"/> |