diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-07 15:33:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-07 15:33:50 +0000 |
commit | 81396870273d8776dfc0b5e49749bcd6628e0d4c (patch) | |
tree | e5937887157662046e2d127e860f031f4f55e1a1 | |
parent | 9e3b4b77ef24dcbce3c8bc882b8e17e3c0fa9555 (diff) | |
download | control-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
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | control-center | 11 |
2 files changed, 12 insertions, 0 deletions
@@ -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", ] }, { |