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 | 37333bf25ad9a4c538250f5af2f9f1d666362883 (patch) | |
tree | c45e8df5b9efbffe07eb3d9340df7811c7e16943 /kpackage/kpackageui.rc | |
download | tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.tar.gz tdeadmin-37333bf25ad9a4c538250f5af2f9f1d666362883.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/kdeadmin@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpackage/kpackageui.rc')
-rw-r--r-- | kpackage/kpackageui.rc | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/kpackage/kpackageui.rc b/kpackage/kpackageui.rc new file mode 100644 index 0000000..b3229b9 --- /dev/null +++ b/kpackage/kpackageui.rc @@ -0,0 +1,60 @@ +<!DOCTYPE kpartgui > +<kpartgui name="kpackage" version="4"> + <MenuBar> + <Menu name="file" > + <text>&File</text> + <Action name="pack_find" /> + <Action name="pack_findf" /> + <Separator/> + <Action name="kpack_reload" /> +</Menu> + +<Menu name="packages" > + <text>&Packages</text> + <Action name="pack_prev" /> + <Action name="pack_next" /> + <Separator/> + <Action name="kpack_expand" /> + <Action name="kpack_collapse" /> + <Separator/> + <Action name="kpack_clear" /> + <Action name="kpack_markall" /> + <Separator/> + <Action name="install_single" /> + <Action name="install_marked" /> + <Action name="uninstall_single" /> + <Action name="uninstall_marked" /> +</Menu> + +<Menu name="cache" > + <text>&Cache</text> + <Action name="clear_dcache" /> + <Action name="clear_pcache" /> +</Menu> + +<Menu name="special" > + <text>Spe&cial</text> + <Menu name="debapt" > + <text>&APT: Debian</text> + <Action name="debapt_update" /> + <Action name="debapt_upgrade" /> + <Action name="debapt_fixup" /> + <Action name="debapt_file" /> + </Menu> +</Menu> + +<Menu name="settings" > + <text>&Settings</text> + <Action name="kpack_options" append="configure_merge"/> +</Menu> +</MenuBar> + <ToolBar position="Left" name="mainToolBar" > + <Action name="pack_prev" /> + <Action name="pack_next" /> + <Action name="kpack_expand" /> + <Action name="kpack_collapse" /> + <Action name="pack_find" /> + <Action name="pack_findf" /> + <Action name="kpack_reload" /> + </ToolBar> +</kpartgui> |