summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 9db7a9eb..054fddd0 100755
--- a/control-center
+++ b/control-center
@@ -96,7 +96,7 @@ my $exec_hash =
_("NFS mount points") => [ "diskdrake", "$_sbindir/diskdrake --nfs", 1 ],
_("Samba mount points") => [ "diskdrake", "$_sbindir/diskdrake --smb", 1 ],
_("Partition Sharing") => [ "diskdrake", "$_sbindir/diskdrake --fileshare", 1 ],
- _("Connection") => [ "draknet", "$_sbindir/draknet", 1 ],
+ _("Connection") => [ "drakconnect", "$_sbindir/drakconnect", 1 ],
_("Connection Sharing") => [ "drakgw", "$_sbindir/drakgw", 1 ],
_("Proxy Configuration") => [ "drakproxy", "$_sbindir/drakproxy", 1 ],
_("Security Level") => [ "draksec", "$_sbindir/draksec", 1 ],