Sha256: 1a45bf68fc9ce881c821eab920b5b8220776af9bbca7fba91bf67d626322924b
Contents?: true
Size: 556 Bytes
Versions: 109
Compression:
Stored size: 556 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <interface> <!-- interface-requires gtk+ 3.10 --> <menu id="appmenu"> <section> <item> <attribute name="label" translatable="yes">About</attribute> <attribute name="action">app.about</attribute> </item> </section> <section> <item> <attribute name="label" translatable="yes">_Quit</attribute> <attribute name="action">app.quit</attribute> <attribute name="accel"><Primary>q</attribute> </item> </section> </menu> </interface>
Version data entries
109 entries across 109 versions & 1 rubygems