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.
12 lines
308 B
12 lines
308 B
<!DOCTYPE kpartgui>
|
|
<kpartplugin name="validators" library="libvalidatorsplugin">
|
|
<MenuBar>
|
|
<Menu name="tools"><Text>&Tools</Text>
|
|
<Action name="validateWebpage"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
<ToolBar name="extraToolBar"><text>Extra Toolbar</text>
|
|
<Action name="validateWebpage"/>
|
|
</ToolBar>
|
|
</kpartplugin>
|