From 81396870273d8776dfc0b5e49749bcd6628e0d4c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 15:33:50 +0000 Subject: add "sound configuration" icon --- NEWS | 1 + control-center | 11 +++++++++++ 2 files changed, 12 insertions(+) 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", ] }, { -- cgit v1.2.1