blob: 36b11a0fab13d1e263f90f628ad859c360d8139b (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE kpartgui>
<kpartplugin name="katehelloworld" library="libkatehelloworldplugin" version="2">
<MenuBar>
<Menu name="tools"><text>&Tools</text>
<Action name="edit_insert_helloworld" />
</Menu>
</MenuBar>
</kpartplugin>
|