blob: c6e3e885f51da5ece6fd87ad136e3a5459ebb648 [file] [log] [blame]
Stepan Salenikovich434b88f2015-02-19 17:49:08 -05001<?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">_Preferences</attribute>
8 <attribute name="action">app.preferences</attribute>
9 </item>
10 <item>
11 <attribute name="label" translatable="yes">_Account Settings</attribute>
12 <attribute name="action">app.accountsettings</attribute>
13 </item>
14 </section>
15 <section>
16 <item>
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 </section>
25 </menu>
26</interface>