diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-09-19 15:12:22 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2007-09-19 15:12:22 +0000 |
commit | fcbca5517dc116314529d34ebc25b0e8ea31252e (patch) | |
tree | dd0c1fa353bcfc9b47140018ad6c8bb06c9b3b62 | |
parent | 09ef9e69c7383075bbd30a4c037fe2361b5ff839 (diff) | |
download | common-data-fcbca5517dc116314529d34ebc25b0e8ea31252e.tar common-data-fcbca5517dc116314529d34ebc25b0e8ea31252e.tar.gz common-data-fcbca5517dc116314529d34ebc25b0e8ea31252e.tar.bz2 common-data-fcbca5517dc116314529d34ebc25b0e8ea31252e.tar.xz common-data-fcbca5517dc116314529d34ebc25b0e8ea31252e.zip |
-Group kcontrol and MCC in SystemTools
-hide rpmdrake in SystemTools
-rw-r--r-- | menu/applications.menu.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index b8a626e..fc693e2 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -273,6 +273,7 @@ <Directory>mandriva-systemtools.directory</Directory> <Layout> <Filename>mandriva-drakconf.desktop</Filename> + <Filename>kde-KControl.desktop</Filename> <Separator/> <Merge type="all"/> </Layout> @@ -304,6 +305,9 @@ </Or> </And> </Include> + <Exclude> + <Filename>rpmdrake.desktop</Filename> + </Exclude> </Menu> <Menu> <Name>Accessibility</Name> |