diff options
Diffstat (limited to 'tdeparts/tests/plugin_spellcheck.rc')
-rw-r--r-- | tdeparts/tests/plugin_spellcheck.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tdeparts/tests/plugin_spellcheck.rc b/tdeparts/tests/plugin_spellcheck.rc new file mode 100644 index 000000000..1980186cf --- /dev/null +++ b/tdeparts/tests/plugin_spellcheck.rc @@ -0,0 +1,15 @@ +<!DOCTYPE kpartplugin> +<kpartplugin library="libspellcheckplugin"> +<MenuBar> + <Menu name="edit"><Text>&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> |