summaryrefslogtreecommitdiffstats
path: root/tdeparts/tests/plugin_spellcheck.rc
blob: 1980186cfbe63aa99c3b9a21d783ab5add1f4e0d (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="searchreplace"/>
  <Menu name="WhatASubMenu"><text>Yep</text>
    <Action name="searchreplace"/>
  </Menu>
 </Menu>
</MenuBar>
</kpartplugin>