Post-release version bump
[anjuta.git] / src / anjuta-menu.ui
blobb2f9c78c907948c8355f65ddd56b1f87725b39ac
1 <?xml version="1.0"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <menu id="appmenu">
5 <section>
6 <item>
7 <attribute name="label" translatable="yes">_New Window</attribute>
8 <attribute name="action">app.new_window</attribute>
9 </item>
10 </section>
11 <section>
12 <item>
13 <attribute name="label" translatable="yes">_Preferences</attribute>
14 <attribute name="action">app.preferences</attribute>
15 </item>
16 </section>
17 <section>
18 <item>
19 <attribute name="label" translatable="yes">_Help</attribute>
20 <attribute name="action">app.help</attribute>
21 <attribute name="accel">F1</attribute>
22 </item>
23 <item>
24 <attribute name="label" translatable="yes">_About</attribute>
25 <attribute name="action">app.about</attribute>
26 </item>
27 <item>
28 <attribute name="label" translatable="yes">_Quit</attribute>
29 <attribute name="action">app.quit</attribute>
30 <attribute name="accel">&lt;Primary&gt;q</attribute>
31 </item>
32 </section>
33 </menu>
34 </interface>