diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kmplot/kmplot/kmplot_shell.rc | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmplot/kmplot/kmplot_shell.rc')
-rw-r--r-- | kmplot/kmplot/kmplot_shell.rc | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/kmplot/kmplot/kmplot_shell.rc b/kmplot/kmplot/kmplot_shell.rc new file mode 100644 index 00000000..10c38866 --- /dev/null +++ b/kmplot/kmplot/kmplot_shell.rc @@ -0,0 +1,43 @@ +<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> +<kpartgui name="kmplot_shell" version="1"> + <MenuBar> + <Menu noMerge="1" name="file"><text>&File</text> + <Action name="file_new"/> + <Separator/> + <Action name="file_open"/> + <Merge/> + <Separator/> + <Action name="file_quit"/> + </Menu> + <Merge/> + <Menu noMerge="1" name="settings"><text>&Settings</text> + <!--<Action name="options_show_toolbar"/>--> + <Merge name="StandardToolBarMenuHandler" /> + <Action name="options_show_statusbar"/> + <Separator/> + <Action name="fullscreen" /> + <Merge/> +<!-- <Separator/> + <Action name="options_configure_keybinding"/> + <Action name="options_configure_toolbars"/> + <Action name="options_configure"/>--> + <Separator/> + </Menu> + <Menu name="help" noMerge="1"><text>&Help</text> + <Action name="help_contents"/> + <Action name="help_whats_this"/> + <Separator/> + <Merge/> + <Separator/> + <Action name="help_report_bug"/> + <Separator/> + <Action name="help_about_app"/> + <Action name="help_about_kde"/> + </Menu> + </MenuBar> + <ToolBar noMerge="1" name="mainToolBar"><text>Main Toolbar</text> + <Action name="file_new"/> + <Action name="file_open"/> + <Merge/> + </ToolBar> +</kpartgui>
\ No newline at end of file |