aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-event-editor.xml
blob: 840506a54d879642332d82621aca833f2f4e6bc8 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
<Root>

<commands>

        <cmd name="FilePrint" _label="Print..."
    _tip="Print this item" pixtype="stock" pixname="Print"/>

        <cmd name="FilePrintPreview" _label="Print Pre_view"
          _tip="Preview the printed item"
      pixtype="stock" pixname="Print"/>

        <cmd name="FilePrintSetup" _label="Print S_etup"
          _tip="Setup the page settings for your current printer"
      pixtype="stock" pixname="Print"/>

    <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 then meeting for this item"/>

    <cmd name="ActionForward" _label="Forward as i_Calendar"
        _tip="Forward this item via email"/>

</commands>

<menu>

<submenu name="File" _label="_File">

    <placeholder name="Print">

            <menuitem name="FilePrint" verb=""/>

        <menuitem name="FilePrintPreview" verb=""/>

            <menuitem name="FilePrintSetup" verb=""/>

    </placeholder>

</submenu>  

<submenu name="Actions" _label="_Actions">

    <placeholder name="Actions">

             <menuitem name="ActionScheduleMeeting" verb=""/>

             <menuitem name="ActionRefreshMeeting" verb=""/>

             <menuitem name="ActionCancelMeeting" verb=""/>

                 <separator/>

             <menuitem name="ActionForward" verb=""/>

    </placeholder>

</submenu>

</menu>

</Root>