aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-event-editor.xml
blob: cb360bbb6cacc7a2f4552a24d3e95049b0517431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<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="system" vlook="icon">

        <placeholder name="Actions">
            <separator f="" name="eventeditor2"/>

        <toolitem name="ActionScheduleMeeting" verb="ActionScheduleMeeting" _label="Meeting"
              priority="1" pixtype="pixbuf"/>
    </placeholder>

</dockitem>

</Root>