~noskcaj/ubuntu/vivid/gthumb/flickr-https

« back to all changes in this revision

Viewing changes to gthumb/resources/gears-menu.ui

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-04-08 06:31:09 UTC
  • mfrom: (1.3.20)
  • Revision ID: package-import@ubuntu.com-20140408063109-tk845map8ji6uxvd
Tags: 3:3.3.1.is.3.2.7-0ubuntu1
* Revert to newest upstream stable release. LP: #1290691
  - Refresh patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 3.0 -->
4
 
  <menu id="menu">
5
 
    <section>
6
 
      <item>
7
 
        <attribute name="label" translatable="yes">New Window</attribute>
8
 
        <attribute name="action">app.new-window</attribute>
9
 
        <attribute name="accel"><![CDATA[<Ctrl>n]]></attribute>
10
 
      </item>
11
 
      <item>
12
 
        <attribute name="label" translatable="yes">Open Location…</attribute>
13
 
        <attribute name="action">win.open-location</attribute>
14
 
        <attribute name="accel"><![CDATA[<Ctrl>l]]></attribute>
15
 
      </item>
16
 
    </section>
17
 
    <section>
18
 
      <item>
19
 
        <attribute name="label" translatable="yes">Save</attribute>
20
 
        <attribute name="action">win.save</attribute>
21
 
        <attribute name="accel"><![CDATA[<Ctrl>s]]></attribute>
22
 
      </item>
23
 
      <item>
24
 
        <attribute name="label" translatable="yes">Save As</attribute>
25
 
        <attribute name="action">win.save-as</attribute>
26
 
      </item>
27
 
      <item>
28
 
        <attribute name="label" translatable="yes">Revert</attribute>
29
 
        <attribute name="action">win.revert-to-saved</attribute>
30
 
        <attribute name="accel">F4</attribute>
31
 
      </item>
32
 
    </section>
33
 
    <section id="view-actions">
34
 
      <item>
35
 
        <attribute name="label" translatable="yes">Sort By…</attribute>
36
 
        <attribute name="action">win.sort-by</attribute>
37
 
      </item>
38
 
      <item>
39
 
        <attribute name="label" translatable="yes">Hidden Files</attribute>
40
 
        <attribute name="action">win.show-hidden-files</attribute>
41
 
      </item>
42
 
    </section>
43
 
    <section id="folder-actions">
44
 
    </section>
45
 
    <section id="other-actions">
46
 
    </section>
47
 
  </menu>
48
 
</interface>