diff options
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/screenshot-kword.rc')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/screenshot-kword.rc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/screenshot-kword.rc b/chalk/plugins/viewplugins/screenshot/screenshot-kword.rc new file mode 100644 index 00000000..f923f87f --- /dev/null +++ b/chalk/plugins/viewplugins/screenshot/screenshot-kword.rc @@ -0,0 +1,9 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui library="chalkscreenshot" version="1"> +<MenuBar> + <Menu name="insert"><text>&Insert</text> + <Separator/> + <Action name="screenshot"/> + </Menu> +</MenuBar> +</kpartgui> |