Files
evolution/ui/evolution-calendar.xml
Matt Bissiri 26df339fb8 ui/evolution-addressbook-ldap.xml, ui/evolution-addressbook.xml,
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
2000-10-04 06:30:31 +00:00

85 lines
2.0 KiB
XML

<Root>
<menu>
<submenu name="File" _label="_File">
<submenu name="New" _label="_New">
<menuitem name="CalendarNew" verb=""
_label="New Ca_lendar" _descr="Create a new calendar"/>
</submenu>
<placeholder name="FileOps">
<submenu name="Open" _label="_Open">
<menuitem name="CalendarOpen" verb=""
_label="_Open Calendar" _descr="Open a calendar"/>
</submenu>
<menuitem name="CalendarSaveAs" verb=""
_label="_Save Calendar As"
_descr="Save calendar As something else"/>
</placeholder>
<placeholder name="Print">
<menuitem name="Print" verb="CalendarPrint"
_label="_Print this calendar"
pixtype="stock" pixname="Menu_Print"
accel="*Control*p"/>
</placeholder>
</submenu>
<submenu name="Edit" _label="_Edit">
<menuitem name="Appointment" _label="_New appointment..."
verb="EditNewAppointment" _descr="Create a new appointment"/>
<menuitem name="Preferences" _label="Preferences"
verb="CalendarPreferences" _descr="Alter preferences"/>
</submenu>
</menu>
<dockitem name="Toolbar" relief="none">
<toolitem name="New" _label="New"
_descr="Create a new appointment" verb="EditNewAppointment"
pixtype="stock" pixname="New"/>
<toolitem type="separator"/>
<toolitem name="Print" _label="Print"
_descr="Print this calendar" verb="CalendarPrint"
pixtype="stock" pixname="Print"/>
<toolitem type="separator"/>
<toolitem name="Prev" label="Prev"
_descr="Go back in time" verb="CalendarPrev"
pixtype="stock" pixname="Back"/>
<toolitem name="Today" label="Today"
_descr="Go to present time" verb="CalendarToday"
pixtype="stock" pixname="Home"/>
<toolitem name="Next" label="Next"
_descr="Go forward in time" verb="CalendarNext"
pixtype="stock" pixname="Forward"/>
<toolitem type="separator"/>
<toolitem name="Goto" label="Go to"
_descr="Go to a specific date" verb="CalendarGoto"
pixtype="stock" pixname="Jump To"/>
<toolitem type="separator"/>
</dockitem>
</Root>