File: app_menu.interface

package info (click to toggle)
geary 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,332 kB
  • ctags: 5,261
  • sloc: ansic: 26,847; sql: 174; makefile: 121; xml: 101; python: 18; sh: 17
file content (40 lines) | stat: -rw-r--r-- 1,598 bytes parent folder | download
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
<interface>
    <menu id='app-menu'>
        <section>
            <item>
                <attribute name='label' translatable='yes'>A_ccounts</attribute>
                <attribute name='action'>app.GearyAccounts</attribute>
                <attribute name='accel'>&lt;Primary&gt;M</attribute>
            </item>
            <item>
                <attribute name='label' translatable='yes'>_Preferences</attribute>
                <attribute name='action'>app.GearyPreferences</attribute>
                <attribute name='accel'>&lt;Primary&gt;E</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Donate</attribute>
                <attribute name='action'>app.GearyDonate</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Help</attribute>
                <attribute name='action'>app.GearyHelp</attribute>
                <attribute name='accel'>F1</attribute>
            </item>
            <item>
                <attribute name='label' translatable='yes'>_About</attribute>
                <attribute name='action'>app.GearyAbout</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name='label' translatable='yes'>_Quit</attribute>
                <attribute name='action'>app.GearyQuit</attribute>
                <attribute name='accel'>&lt;Primary&gt;Q</attribute>
            </item>
        </section>
    </menu>
</interface>