You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
278 B
11 lines
278 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartplugin name="html2text_plugin" library="libkjsembedplugin">
|
||
|
<MenuBar>
|
||
|
<Menu name="tools"><Text>&Tools</Text>
|
||
|
<Action name="html_to_text"/>
|
||
|
<Action name="text_to_html"/>
|
||
|
<Action name="jsconsole"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartplugin>
|