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
This commit is contained in:
committed by
Chris Toshok
parent
cce087033f
commit
ab9bcaa211
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user