Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface>
  3.   <menu id="menu">
  4.     <submenu>
  5.        <attribute name="label" translatable="yes">Application Settings</attribute>
  6.        <attribute name="icon">preferences-system-symbolic</attribute>
  7.         <item>
  8.           <attribute name="label" translatable="yes">Application Settings</attribute>
  9.           <attribute name="icon">preferences-system-symbolic</attribute>
  10.           <attribute name="action">app.preferences</attribute>
  11.         </item>
  12.         <item>
  13.           <attribute name="label" translatable="yes">About</attribute>
  14.           <attribute name="icon">help-about</attribute>
  15.           <attribute name="action">app.about</attribute>
  16.         </item>
  17.     </submenu>
  18.   </menu>
  19. </interface>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement