summaryrefslogtreecommitdiffstats
path: root/kparts/tests/plugin_spellcheck.rc
blob: 495148d9118c139760de69cafeae81def8a0b9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE kpartplugin>
<kpartplugin library="libspellcheckplugin">
<MenuBar>
 <Menu name="edit"><Text>&amp;Edit</Text>
  <Action name="spellcheck"/>
 </Menu>
 <Menu name="SomePluginMenu"><text>Some Cool Plugin Menu</text>
  <Action name="spellcheck"/>
  <Action name="searchtqreplace"/>
  <Menu name="WhatASubMenu"><text>Yep</text>
    <Action name="searchtqreplace"/>
  </Menu>
 </Menu>
</MenuBar>
</kpartplugin>