diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-24 14:05:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-24 14:05:53 +0000 |
commit | fe0fcf12f4290eee18d294a6938e5438e44fb957 (patch) | |
tree | 5892977cdc9b9d6a5409b8994eae443cee42d260 | |
parent | 4592f7d537313f34a51666236cf53826458f3ae7 (diff) | |
download | control-center-fe0fcf12f4290eee18d294a6938e5438e44fb957.tar control-center-fe0fcf12f4290eee18d294a6938e5438e44fb957.tar.gz control-center-fe0fcf12f4290eee18d294a6938e5438e44fb957.tar.bz2 control-center-fe0fcf12f4290eee18d294a6938e5438e44fb957.tar.xz control-center-fe0fcf12f4290eee18d294a6938e5438e44fb957.zip |
show up kolab wizard entry
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index f0b155da..2307a629 100755 --- a/control-center +++ b/control-center @@ -280,7 +280,7 @@ my @tree = [ "DNS wizard", "bind", 'dns_server-mdk', N("Configure DNS") ], [ "FTP wizard", "proftpd", 'ftp-mdk', N("Configure FTP") ], [ "News wizard", "inn", 'news-mdk', N("Configure news") ], - if_(0, [ "Kolab", 'kolab', N("Configure groupware") ]), + [ "Kolab", "kolab", "kolab-mdk", N("Configure groupware") ], [ "Postfix wizard", "postfix", 'postfix-mdk', N("Configure mail") ], [ "Squid wizard", "squid", 'drakproxy-mdk', N("Configure proxy") ], [ "Samba wizard", "samba", 'samba_server-mdk', N("Configure Samba") ], |