2001-05-22 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: make the name of menuitem/toolitem's the same as the verb to save us from having to specify both, and move some more accels into the <commands>. svn path=/trunk/; revision=9920
93 lines
2.0 KiB
XML
93 lines
2.0 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
<cmd name="ContactDelete"
|
|
_tip="Delete a contact"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<cmd name="ContactNew"
|
|
_tip="Create new contact"
|
|
accel="*Control*n"/>
|
|
|
|
<cmd name="ContactsPrint"
|
|
_tip="Print contacts"
|
|
pixtype="stock" pixname="Print"
|
|
accel="*Control*p"/>
|
|
|
|
<cmd name="ContactStop"
|
|
_tip="Stop Loading"
|
|
pixtype="stock" pixname="Stop"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
|
|
<submenu name="New">
|
|
<placeholder name="NewFirstItem">
|
|
<menuitem name="ContactNew" verb=""
|
|
_label="_Contact"
|
|
pixtype="pixbuf"/>
|
|
<separator/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="ContactPrintPreview" verb=""
|
|
_label="Print Preview"
|
|
_tip="Previews the message to be printed"
|
|
pixtype="pixbuf"/>
|
|
<menuitem name="ContactsPrint" verb=""
|
|
_label="_Print..."/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="View">
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Settings">
|
|
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Tools" _label="_Tools">
|
|
<placeholder name="Component">
|
|
<menuitem name="ToolSearch" verb=""
|
|
_label="_Search for contacts"
|
|
pixtype="stock" pixname="Search" />
|
|
|
|
<menuitem name="AddressbookConfig" verb=""
|
|
_label="_Addressbook Sources..."
|
|
pixtype ="pixbuf"/>
|
|
</placeholder>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="ContactNew" verb=""
|
|
_label="New contact"
|
|
pixtype="pixbuf" priority="1"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactsPrint" verb=""
|
|
_label="Print"/>
|
|
|
|
<toolitem name="ContactDelete" verb=""
|
|
_label="Delete"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactViewAll" verb=""
|
|
_label="View All" _tip="View all contacts"
|
|
pixtype="pixbuf"/>
|
|
|
|
<toolitem name="ContactStop" verb=""
|
|
_label="Stop"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|