summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-07 15:33:50 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-07 15:33:50 +0000
commit81396870273d8776dfc0b5e49749bcd6628e0d4c (patch)
treee5937887157662046e2d127e860f031f4f55e1a1 /control-center
parent9e3b4b77ef24dcbce3c8bc882b8e17e3c0fa9555 (diff)
downloadcontrol-center-81396870273d8776dfc0b5e49749bcd6628e0d4c.tar
control-center-81396870273d8776dfc0b5e49749bcd6628e0d4c.tar.gz
control-center-81396870273d8776dfc0b5e49749bcd6628e0d4c.tar.bz2
control-center-81396870273d8776dfc0b5e49749bcd6628e0d4c.tar.xz
control-center-81396870273d8776dfc0b5e49749bcd6628e0d4c.zip
add "sound configuration" icon
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center11
1 files changed, 11 insertions, 0 deletions
diff --git a/control-center b/control-center
index 5bbf5d07..3b714b0d 100755
--- a/control-center
+++ b/control-center
@@ -338,6 +338,16 @@ my %programs =
},
+ "Sound" =>
+ {
+ binary => "$sbindir/draksound",
+ embedded => 1,
+ description => N("Sound Configuration"),
+ long_description => N("Sound Configuration"),
+ icon => 'harddrake-mdk',
+ },
+
+
"Hosts" =>
{
binary => "$sbindir/drakhosts",
@@ -934,6 +944,7 @@ my @tree = (
title => N("Manage your hardware"),
list => [
"Hardware List",,
+ "Sound",
]
},
{