~ubuntu-branches/ubuntu/trusty/gnome-photos/trusty

« back to all changes in this revision

Viewing changes to src/photos-app-menu.ui

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-02-12 06:40:47 UTC
  • Revision ID: package-import@ubuntu.com-20140212064047-33l9kizb5e74s7db
Tags: upstream-3.10.2
ImportĀ upstreamĀ versionĀ 3.10.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<interface>
 
2
  <menu id="app-menu">
 
3
    <section>
 
4
      <item>
 
5
        <attribute name="action">app.fullscreen</attribute>
 
6
        <attribute name="label" translatable="yes">Fullscreen</attribute>
 
7
      </item>
 
8
    </section>
 
9
    <section>
 
10
      <item>
 
11
        <attribute name="action">app.about</attribute>
 
12
        <attribute name="label" translatable="yes">About Photos</attribute>
 
13
      </item>
 
14
      <item>
 
15
        <attribute name="action">app.quit</attribute>
 
16
        <attribute name="label" translatable="yes">Quit</attribute>
 
17
      </item>
 
18
    </section>
 
19
  </menu>
 
20
</interface>