<?xml version='1.0' encoding='UTF-8'?>
<gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui"
     xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui">

  <translation location="custom_gui_en.properties" />

  <action name="aboutAction" label="_About This Document Editor">
    <class>AboutAction</class>
  </action>

  <tool name="countWordsTool">
    <class>CountWordsTool</class>
  </tool>

  <statusBar name="statusBar">
    <tool name="countWordsTool" />
    <insert />
  </statusBar>

  <layout label="Document Editor" icon="docedit.png">
    <insert />
  </layout>

</gui>
