blob: 72e5424dc9b4a2aa08f943c3f8e4487713ba1e3a (
plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface domain="shotwell">
<requires lib="gtk+" version="3.14"/>
<menu id="appmenu">
<section>
<item>
<attribute name="label" translatable="yes">_Preferences</attribute>
<attribute name="action">win.CommonPreferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="accel">F1</attribute>
<attribute name="action">win.CommonHelpContents</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Frequently Asked Questions</attribute>
<attribute name="action">win.CommonHelpFAQ</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Report a Problem…</attribute>
<attribute name="action">win.CommonHelpReportProblem</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">win.CommonAbout</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="accel"><Primary>q</attribute>
<attribute name="action">win.CommonQuit</attribute>
</item>
</section>
</menu>
<menu id="direct-appmenu">
<section>
<item>
<attribute name="label" translatable="yes">_Help</attribute>
<attribute name="accel">F1</attribute>
<attribute name="action">win.CommonHelpContents</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Frequently Asked Questions</attribute>
<attribute name="action">win.CommonHelpFAQ</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Report a Problem…</attribute>
<attribute name="action">win.CommonHelpReportProblem</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">win.CommonAbout</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="accel"><Primary>q</attribute>
<attribute name="action">win.CommonQuit</attribute>
</item>
</section>
</menu>
</interface>
|