diff options
Diffstat (limited to 'konq-plugins/autorefresh/autorefresh.rc')
-rw-r--r-- | konq-plugins/autorefresh/autorefresh.rc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/konq-plugins/autorefresh/autorefresh.rc b/konq-plugins/autorefresh/autorefresh.rc new file mode 100644 index 0000000..9226178 --- /dev/null +++ b/konq-plugins/autorefresh/autorefresh.rc @@ -0,0 +1,10 @@ +<!DOCTYPE kpartgui> + <kpartgui library="libautorefresh" name="autorefresh" version="0.1" > + <MenuBar> + <Menu name="tools"> + <Text>&Tools</Text> + <Action name="autorefresh"/> + </Menu> + </MenuBar> +</kpartgui> + |