<ui>

  <!--
    $Id: thunar-launcher-ui.xml 22065 2006-06-11 17:13:17Z benny $

    Copyright (c) 2005-2006 Benedikt Meurer <benny@xfce.org>

    Thunar launcher user interface description file. Do NOT
    simply edit this file if you don't know how the whole system
    works, because it's too easy to break something.
  -->

  <menubar name="main-menu">
    <menu action="file-menu">
      <placeholder name="placeholder-launcher">
        <menuitem action="open" />
        <menuitem action="open-in-new-window" />
        <placeholder name="placeholder-applications" />
        <menuitem action="open-with-other" />
        <menu action="open-with-menu">
          <placeholder name="placeholder-applications" />
          <separator />
          <menuitem action="open-with-other-in-menu" />
        </menu>
        <placeholder name="placeholder-actions" />
      </placeholder>

      <menu action="sendto-menu">
        <placeholder name="placeholder-sendto-actions">
          <menuitem action="sendto-desktop" />
        </placeholder>
      </menu>
    </menu>
  </menubar>

  <popup action="file-context-menu">
    <placeholder name="placeholder-launcher">
      <menuitem action="open" />
      <menuitem action="open-in-new-window" />
      <placeholder name="placeholder-applications" />
      <menuitem action="open-with-other" />
      <menu action="open-with-menu">
        <placeholder name="placeholder-applications" />
        <separator />
        <menuitem action="open-with-other-in-menu" />
      </menu>
      <placeholder name="placeholder-actions" />
    </placeholder>

    <menu action="sendto-menu">
      <placeholder name="placeholder-sendto-actions">
        <menuitem action="sendto-desktop" />
      </placeholder>
    </menu>
  </popup>
</ui>
