diff options
Diffstat (limited to 'tdeparts/tests/ghostviewtest_shell.rc')
-rw-r--r-- | tdeparts/tests/ghostviewtest_shell.rc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tdeparts/tests/ghostviewtest_shell.rc b/tdeparts/tests/ghostviewtest_shell.rc new file mode 100644 index 000000000..0bae67c82 --- /dev/null +++ b/tdeparts/tests/ghostviewtest_shell.rc @@ -0,0 +1,15 @@ +<!DOCTYPE kpartgui> +<kpartgui name="KGVShell"> +<MenuBar> + <Menu name="file"><Text>&File</Text> + <Action name="file_open"/> + <Action name="file_quit"/> + </Menu> +</MenuBar> +<ToolBar name="KGV-ToolBar"> + <Action name="file_open"/> + <Action name="file_quit"/> +</ToolBar> +<StatusBar/> +</kpartgui> + |