diff options
author | Daouda Lo <daouda@mandriva.com> | 2002-10-03 09:06:23 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2002-10-03 09:06:23 +0000 |
commit | db68d2b71bf550f4e7676a292d24c3a3a4ff855d (patch) | |
tree | 6716752ff62e84db1a01056f6213b92b8492149f | |
parent | 3651c265d7316299ff99117b8e8a44a94a0b2744 (diff) | |
download | control-center-db68d2b71bf550f4e7676a292d24c3a3a4ff855d.tar control-center-db68d2b71bf550f4e7676a292d24c3a3a4ff855d.tar.gz control-center-db68d2b71bf550f4e7676a292d24c3a3a4ff855d.tar.bz2 control-center-db68d2b71bf550f4e7676a292d24c3a3a4ff855d.tar.xz control-center-db68d2b71bf550f4e7676a292d24c3a3a4ff855d.zip |
- waouh
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 696cea9a..d19efaba 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'], - # [ '', ''], + [ '', ''], [ _("Artwork: "), #-PO If your language allows it, use eacute for first "e" and egrave for 2nd. _("Helene Durosini"), 'ln@mandrakesoft.com'], |