Files
evolution/ui/evolution-event-editor.xml
Hans Petter Jansson b773f6b2e0 Fix an attributes typo.
2003-02-23  Hans Petter Jansson  <hpj@ximian.com>

	* evolution-event-editor.xml: Fix an attributes typo.

svn path=/trunk/; revision=20013
2003-02-24 02:41:45 +00:00

54 lines
1.2 KiB
XML

<Root>
<commands>
<cmd name="ActionScheduleMeeting" _label="Schedule _Meeting"
_tip="Schedule a meeting for this item"/>
<cmd name="ActionRefreshMeeting" _label="Re_fresh Meeting"
_tip="Obtain the latest meeting information"/>
<cmd name="ActionCancelMeeting" _label="Cancel Mee_ting"
_tip="Cancel the meeting for this item"/>
<cmd name="ActionForward" _label="Forward as i_Calendar"
_tip="Forward this item via email"/>
</commands>
<menu>
<submenu name="Actions" _label="_Actions">
<placeholder name="Actions">
<menuitem name="ActionScheduleMeeting" verb=""/>
<menuitem name="ActionRefreshMeeting" verb=""/>
<menuitem name="ActionCancelMeeting" verb=""/>
<separator f="" name="eventeditor1"/>
<menuitem name="ActionForward" verb=""/>
</placeholder>
</submenu>
</menu>
<dockitem name="Toolbar" relief="none" behavior="exclusive"
_tip="Main toolbar" hlook="both_horiz" vlook="icon">
<placeholder name="Actions">
<separator f="" name="eventeditor2"/>
<toolitem name="ActionScheduleMeeting" verb="ActionScheduleMeeting" _label="Meeting"
priority="1" pixtype="pixbuf"/>
</placeholder>
</dockitem>
</Root>