diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b71bc42f60..a89e23d453 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2003-12-17 Chris Toshok <toshok@ximian.com> + + * evolution-addressbook.xml: add ContactsViewPreview command, a + "Preview Pane" menu item, and a keybinding for it - same placement + as the mailer's item. + 2003-12-17 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'NewCalendar' verb. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 84c19baf14..0b81fdeb15 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -53,6 +53,11 @@ <cmd name="ContactsMoveToFolder" _label="Move to Folder..." _tip="Move Contact(s) to Another Folder..." accel="*Control**Shift*v"/> + + <cmd name="ContactsViewPreview" _label="_Preview Pane" + _tip="Show contact preview window" + accel="grave" + type="toggle"/> </commands> <menu> @@ -76,6 +81,11 @@ </submenu> + <submenu name="View" _label="_View"> + <menuitem name="ContactsViewPreview" verb="" _label="_Preview Pane"/> + <separator f="" name="addressbookglobal"/> + </submenu> + <placeholder name="EditPlaceholder"> <submenu name="Edit" _label="_Edit"> @@ -142,6 +152,7 @@ </dockitem> <keybindings> + <accel name="*Shift*grave" verb="ContactViewPreview"/> <accel name="Delete" verb="ContactDelete"/> <accel name="BackSpace" verb="ContactDelete"/> </keybindings> |