From 280f95d993b929be96c4c8d001ba10f8141fa276 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 15:41:34 +0000 Subject: add "Parental Controls" icon --- NEWS | 1 + control-center | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 9f6a3151..6ffc051a 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,3 @@ +- add "Parental Controls" icon - add "sound configuration" icon - restore wait animation (regression introduced in 10.4.14-1mdv2007.1) diff --git a/control-center b/control-center index 6a1ddb1c..4bd867d5 100755 --- a/control-center +++ b/control-center @@ -499,6 +499,15 @@ my %programs = }, + "Parental Controls" => { + binary => "$sbindir/drakguard", + embedded => 1, + description => N("Parental Controls"), + long_description => N("Parental Controls"), + icon => 'drakguard', + }, + + "Network Center" => { binary => "$sbindir/draknetcenter", @@ -1132,6 +1141,7 @@ my @tree = ( "Security Permissions", "Firewall", "Invictus Firewall", + "Parental Controls", ] }, ] -- cgit v1.2.1