diff options
author | Chris Toshok <toshok@ximian.com> | 2003-12-18 04:31:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-12-18 04:31:39 +0800 |
commit | ab9bcaa211dbcc0379a8cf9969caa1b897f35bbc (patch) | |
tree | 77aabbb34e6b2677164a73671ca1ca4fbe736cf0 | |
parent | cce087033f4d2d3bf25995108d598230523e1b40 (diff) | |
download | gsoc2013-evolution-ab9bcaa211dbcc0379a8cf9969caa1b897f35bbc.tar.gz gsoc2013-evolution-ab9bcaa211dbcc0379a8cf9969caa1b897f35bbc.tar.zst gsoc2013-evolution-ab9bcaa211dbcc0379a8cf9969caa1b897f35bbc.zip |
add ContactsViewPreview command, a "Preview Pane" menu item, and a
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.
svn path=/trunk/; revision=23972
-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> |