Sha256: 2baf413553146c84e217b06e1ce5a5a61d507090f27dcd13b16e3391e5879317
Contents?: true
Size: 761 Bytes
Versions: 13
Compression:
Stored size: 761 Bytes
Contents
<?xml version="1.0"?> <interface> <!-- interface-requires gtk+ 3.0 --> <menu id="winmenu"> <section> <item > <attribute name="label" translatable="yes" >_Css Configuration Editor</attribute> </item> <item> <attribute name="label" translatable="yes">_Preferences</attribute> <attribute name="action">app.preferences</attribute> </item> <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> </item> </section> </menu> </interface>
Version data entries
13 entries across 13 versions & 2 rubygems