diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-10-02 17:06:49 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-10-02 17:06:49 +0000 |
commit | 3651c265d7316299ff99117b8e8a44a94a0b2744 (patch) | |
tree | aaaa9229a5a7846f81812801b48794d6569874fa | |
parent | dd17f53672f9d259e3799683c1738381a3424f56 (diff) | |
download | control-center-3651c265d7316299ff99117b8e8a44a94a0b2744.tar control-center-3651c265d7316299ff99117b8e8a44a94a0b2744.tar.gz control-center-3651c265d7316299ff99117b8e8a44a94a0b2744.tar.bz2 control-center-3651c265d7316299ff99117b8e8a44a94a0b2744.tar.xz control-center-3651c265d7316299ff99117b8e8a44a94a0b2744.zip |
- security updates
-rwxr-xr-x | control-center | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/control-center b/control-center index f097bed8..696cea9a 100755 --- a/control-center +++ b/control-center @@ -750,12 +750,12 @@ sub about_mdk_cc { $i++, $clist->append(@$_) foreach ([ _("Authors: "), '', ''], [ '', 'Thierry Vignaud', 'tvignaud@mandrakesoft.com'], [ '', 'Daouda Lo', 'daouda@mandrakesoft.com'], - [ '', ''], - [ _("Old authors: "), '', ''], - [ '', 'Chmouel Boudjnah', 'original C version'], - [ '', 'Damien "dams" Krotkine', 'perl version'], - [ '', 'Yves Duret', 'logdrake integration'], - [ '', ''], + # [ '', ''], + # [ _("Old authors: "), '', ''], + # [ '', 'Chmouel Boudjnah', 'original C version'], + # [ '', 'Damien "dams" Krotkine', 'perl version'], + # [ '', 'Yves Duret', 'logdrake integration'], + # [ '', ''], [ _("Artwork: "), #-PO If your language allows it, use eacute for first "e" and egrave for 2nd. _("Helene Durosini"), 'ln@mandrakesoft.com'], |