summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center11
2 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b98f9b0b..9f6a3151 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,2 @@
+- add "sound configuration" icon
- restore wait animation (regression introduced in 10.4.14-1mdv2007.1)
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",
]
},
{