2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * ui/evolution-addressbook-ldap.xml, * ui/evolution-addressbook.xml, * ui/evolution-calendar.xml, * ui/evolution-contact-editor.xml: Fixed typo `_decr' -> `_descr', so some missing tooltips will appear. Also fixed some typos in descr values. From shell/ChangeLog: 2000-10-03 Matt Bissiri <bissiri@eecs.umich.edu> * e-shell-view-menu.c (e_shell_view_menu_setup): Use `bonobo_ui_component_add_verb_list' instead of `bonobo_ui_component_add_verb_list_with_data' for help_verbs, so that `command_help' gets an html filename as user_data, instead of a ptr to EShellView. (menu_do_misc): Move DumpXML from help_verbs to here, because `command_xml_dump' needs to get EShellView as user_data. svn path=/trunk/; revision=5703
72 lines
1.6 KiB
XML
72 lines
1.6 KiB
XML
<Root>
|
|
|
|
<menu>
|
|
<submenu name="File" _label="_File">
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="Print" verb="ContactsPrint"
|
|
_label="_Print Contacts..."
|
|
pixtype="stock" pixname="Menu_Print"/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="View" _label="_View">
|
|
|
|
<menuitem name="AsTable" _label="As _Table"
|
|
verb="ViewAsTable"/>
|
|
|
|
<menuitem name="ViewNewContact" verb=""
|
|
_label="_New Contact"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="Component">
|
|
|
|
<submenu name="Tools" _label="_Tools">
|
|
|
|
<menuitem name="Search" verb="ToolSearch"
|
|
_label="_Search for contacts"
|
|
pixtype="stock" pixname="Menu_Search"/>
|
|
|
|
</submenu>
|
|
|
|
</placeholder>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none">
|
|
<toolitem name="New" _label="New"
|
|
_descr="Create a new contact" verb="ContactNew"
|
|
pixtype="stock" pixname="New"/>
|
|
|
|
<toolitem type="separator"/>
|
|
|
|
<toolitem name="Find" _label="Find"
|
|
_descr="Find a contact" verb="ContactFind"
|
|
pixtype="stock" pixname="Search"/>
|
|
|
|
<toolitem name="Print" _label="Print"
|
|
_descr="Print contacts" verb="ContactsPrint"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<toolitem name="Delete" label="Delete"
|
|
_descr="Delete a contact" verb="ContactDelete"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<toolitem type="separator"/>
|
|
|
|
<control name="QuickSearch"/>
|
|
|
|
<toolitem name="View All" _label="View All"
|
|
_descr="View all contacts" verb="ContactViewAll"
|
|
pixtype="stock" pixname="Multiple"/>
|
|
|
|
<toolitem name="Stop" _label="Stop"
|
|
_descr="Stop Loading" verb="ContactStop"
|
|
pixtype="stock" pixname="Stop"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root> |