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.
20 lines
567 B
20 lines
567 B
<!DOCTYPE kpartgui>
|
|
<kpartplugin name="documentation" library="libdocumentationplugin" version="4">
|
|
<MenuBar>
|
|
<!-- <Action name="doc_bookmarks"/> -->
|
|
<!-- <Menu name="tools"><Text>&Tools</Text>
|
|
<Action name="plugin_action"/>
|
|
</Menu> -->
|
|
<Menu name="help">
|
|
<Action name="help_look_in_index"/>
|
|
<Action name="help_search_in_doc"/>
|
|
<Action name="help_manpage"/>
|
|
<Action name="help_infopage"/>
|
|
<Action name="help_find_documentation" />
|
|
</Menu>
|
|
</MenuBar>
|
|
<!--<ToolBar name="extraToolBar">
|
|
<Action name="plugin_action"/>
|
|
</ToolBar> -->
|
|
</kpartplugin>
|