summaryrefslogtreecommitdiffstats
path: root/kjsembed/docs/examples/html2text/html2text_pluginui.rc
blob: 7738100c6c73e64ba851b2198e3d5cdccd8ffbe4 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE kpartgui>
<kpartplugin name="html2text_plugin" library="libkjsembedplugin">
<MenuBar>
 <Menu name="tools"><Text>&amp;Tools</Text>
  <Action name="html_to_text"/>
  <Action name="text_to_html"/>
  <Action name="jsconsole"/>
 </Menu>
</MenuBar>
</kpartplugin>