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
312 B
11 lines
312 B
15 years ago
|
<!DOCTYPE kpartgui>
|
||
|
<kpartplugin name="katexmltools" library="libkatexmltoolsplugin" version="8">
|
||
|
<MenuBar>
|
||
|
<Menu name="xml"><Text>&XML</Text>
|
||
|
<Action name="xml_tool_insert_element" />
|
||
|
<Action name="xml_tool_close_element" />
|
||
|
<Action name="xml_tool_assign" />
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
</kpartplugin>
|