diff options
Diffstat (limited to 'xparts/mozilla/parthost.rc')
-rw-r--r-- | xparts/mozilla/parthost.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xparts/mozilla/parthost.rc b/xparts/mozilla/parthost.rc new file mode 100644 index 00000000..6d451d8d --- /dev/null +++ b/xparts/mozilla/parthost.rc @@ -0,0 +1,14 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="part" version="1"> +<MenuBar> + <Menu name="edit"> + <Action name="stop" /> + <Action name="reload" /> + <Separator /> + <Action name="nonexistant" /> + </Menu> +</MenuBar> +<ToolBar fullWidth="true" name="locationToolBar" newline="true"> + <Action name="location" /> +</ToolBar> +</kpartgui> |