Blame src/terminal-appmenu.ui

Packit Service 3bdf47
Packit Service 3bdf47
Packit Service 3bdf47
  Copyright © 2012 Christian Persch
Packit Service 3bdf47
Packit Service 3bdf47
  This program is free software: you can redistribute it and/or modify
Packit Service 3bdf47
  it under the terms of the GNU General Public License as published by
Packit Service 3bdf47
  the Free Software Foundation, either version 3 of the License, or
Packit Service 3bdf47
  (at your option) any later version.
Packit Service 3bdf47
Packit Service 3bdf47
  This program is distributed in the hope that it will be useful,
Packit Service 3bdf47
  but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 3bdf47
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 3bdf47
  GNU General Public License for more details.
Packit Service 3bdf47
Packit Service 3bdf47
  You should have received a copy of the GNU General Public License
Packit Service 3bdf47
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit Service 3bdf47
-->
Packit Service 3bdf47
<interface>
Packit Service 3bdf47
  <menu id="app-menu">
Packit Service 3bdf47
    <section id="new-terminal-section" />
Packit Service 3bdf47
    <section>
Packit Service 3bdf47
      <item>
Packit Service 3bdf47
        <attribute name="label" translatable="yes">_Preferences</attribute>
Packit Service 3bdf47
        <attribute name="action">app.preferences</attribute>
Packit Service 3bdf47
      </item>
Packit Service 3bdf47
    </section>
Packit Service 3bdf47
    <section>
Packit Service 3bdf47
      <item>
Packit Service 3bdf47
        <attribute name="label" translatable="yes">_Help</attribute>
Packit Service 3bdf47
        <attribute name="action">app.help</attribute>
Packit Service 3bdf47
      </item>
Packit Service 3bdf47
      <item>
Packit Service 3bdf47
        <attribute name="label" translatable="yes">_About</attribute>
Packit Service 3bdf47
        <attribute name="action">app.about</attribute>
Packit Service 3bdf47
      </item>
Packit Service 3bdf47
      <item>
Packit Service 3bdf47
        <attribute name="label" translatable="yes">_Quit</attribute>
Packit Service 3bdf47
        <attribute name="action">app.quit</attribute>
Packit Service 3bdf47
      </item>
Packit Service 3bdf47
    </section>
Packit Service 3bdf47
  </menu>
Packit Service 3bdf47
</interface>