summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center10
2 files changed, 11 insertions, 0 deletions
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",
]
},
]