diff options
-rwxr-xr-x | control-center | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/control-center b/control-center index 3e1cbb56..f9ee1d17 100755 --- a/control-center +++ b/control-center @@ -403,6 +403,17 @@ my %programs = }, + "Mandrake Online" => + { + binary => "$xbindir/mdkonline", + embedded => 1, + description => N("Mandrake Online"), + long_description => N("Upload your configuration in order to keep you informed about security updates and useful upgrades"), + icon => 'drakpark-mdk', + expert_mode => 1, + }, + + "Manage park" => { binary => "$sbindir/park-rpmdrake", @@ -703,6 +714,7 @@ my @tree = ), if_($isParkRpmDrake, "Manage park"), if_($isDrakStats, "Package stats"), + "Mandrake Online" ] ]), |