aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-task-editor.xml
blob: 2a1ea081f189dfcd2b09d2ba046b9141ed8b0c33 (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
<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="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="ActionForward" verb=""/>

    </placeholder>

</submenu>

</menu>

</Root>