~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to data/cheese-appmenu.ui

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<interface domain="cheese">
 
2
    <menu id="appmenu">
 
3
        <section>
 
4
            <item>
 
5
                <attribute name="accel">F11</attribute>
 
6
                <attribute name="label" translatable="yes">_Fullscreen</attribute>
 
7
                <attribute name="action">app.fullscreen</attribute>
 
8
            </item>
 
9
            <item>
 
10
                <attribute name="label" translatable="yes">P_references</attribute>
 
11
                <attribute name="action">app.preferences</attribute>
 
12
            </item>
 
13
        </section>
 
14
        <section>
 
15
            <item>
 
16
                <attribute name="accel">F1</attribute>
 
17
                <attribute name="label" translatable="yes">_Help</attribute>
 
18
                <attribute name="action">app.help</attribute>
 
19
            </item>
 
20
            <item>
 
21
                <attribute name="label" translatable="yes">_About</attribute>
 
22
                <attribute name="action">app.about</attribute>
 
23
            </item>
 
24
            <item>
 
25
                <attribute name="accel">&lt;Primary&gt;q</attribute>
 
26
                <attribute name="label" translatable="yes">_Quit</attribute>
 
27
                <attribute name="action">app.quit</attribute>
 
28
            </item>
 
29
        </section>
 
30
    </menu>
 
31
</interface>
 
32