menu.ui 982 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <!--
  3. # Copyright 2017 Daniel 'grindhold' Brendle
  4. #
  5. # This file is part of parceldude.
  6. #
  7. # parceldude is free software: you can redistribute it and/or
  8. # modify it under the terms of the GNU General Public License
  9. # as published by the Free Software Foundation, either
  10. # version 3 of the License, or (at your option) any later
  11. # version.
  12. #
  13. # parceldude is distributed in the hope that it will be
  14. # useful, but WITHOUT ANY WARRANTY; without even the implied
  15. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  16. # PURPOSE. See the GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public
  19. # License along with parceldude.
  20. # If not, see http://www.gnu.org/licenses/.
  21. -->
  22. <interface>
  23. <menu id="main-menu">
  24. <section>
  25. <item>
  26. <attribute name="label" translatable="yes">About</attribute>
  27. <attribute name="action">app.about</attribute>
  28. </item>
  29. </section>
  30. </menu>
  31. </interface>