diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-01 09:28:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-01 09:28:54 +0000 |
commit | 85abeba3325789934fe318e0e664b0759fedddba (patch) | |
tree | b1c4cec175c3d13d58af10509c0f588b42fa21f5 | |
parent | d9b72d7f6e23e371312db1936b2aeaafd86fdcbf (diff) | |
download | control-center-85abeba3325789934fe318e0e664b0759fedddba.tar control-center-85abeba3325789934fe318e0e664b0759fedddba.tar.gz control-center-85abeba3325789934fe318e0e664b0759fedddba.tar.bz2 control-center-85abeba3325789934fe318e0e664b0759fedddba.tar.xz control-center-85abeba3325789934fe318e0e664b0759fedddba.zip |
fix yves & dams egos :-)
-rw-r--r-- | AUTHORS | 20 | ||||
-rw-r--r-- | ChangeLog | 44 | ||||
-rwxr-xr-x | control-center | 10 |
3 files changed, 65 insertions, 9 deletions
@@ -1,8 +1,16 @@ -# current maintainer: -Yves Duret <yduret@mandrakesoft.com> +# current maintainers: -# has contributed in the 8.0 version: -Daouda Lo <daouda@mandrakesoft.com> +Thierry Vignaud <tvignaud@mandrakesoft.com> : alpha layer support for +icons, animation on application startup, lot of bugs :-(, ... -# no more working for mandrakesoft: -Damien Krotkine <damien@mandrakesoft.com> +Daouda Lo <daouda@mandrakesoft.com> : mdk8.0 contributions, lot of +logdrake & process fixes :-), ... + +# Old maintainers and authors +# (no more working for mandrakesoft): + +Yves Duret <yduret@mandrakesoft.com> : perl version + +Damien Krotkine <damien@mandrakesoft.com> : logdrake interaction + +Chmouel Boudjnah <chmouel@mandrakesoft.com> : original C version @@ -1,3 +1,47 @@ +2002-09-28 07:37 pablo + + * po/da.po: corrected encoding + +2002-09-25 18:34 pablo + + * po/lv.po: updated po files + +2002-09-24 13:07 pablo + + * po/: eu.po, ro.po: updated po files + +2002-09-20 20:25 pablo + + * po/id.po: updated po file + +2002-09-20 16:05 tvignaud + + * drakconf.spec: fix compatibily binary permissions + +2002-09-20 15:07 tvignaud + + * drakconf.spec: 6mdk + +2002-09-20 14:49 tvignaud + + * TODO: for 9.1, remove harddrake icon and add sound icon + +2002-09-20 14:47 pablo + + * po/sv.po: updated po file + +2002-09-20 10:28 pablo + + * po/: da.po, fi.po: updated po files + +2002-09-20 10:02 pablo + + * po/: cy.po, drakconf.pot: updated po file + +2002-09-18 17:12 daouda + + * ChangeLog, drakconf.spec: - updated po + 2002-09-18 17:04 daouda * control-center: - kill logdrake after exit diff --git a/control-center b/control-center index 0121f7c1..c306ff3b 100755 --- a/control-center +++ b/control-center @@ -747,10 +747,14 @@ sub about_mdk_cc { $style1->font(Gtk::Gdk::Font->fontset_load(_("-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"))); my $clist = new Gtk::CList(3); my $i = -1; - $i++, $clist->append(@$_) foreach ([ _("Authors: "), 'Thierry Vignaud', 'tvignaud@mandrakesoft.com'], + $i++, $clist->append(@$_) foreach ([ _("Authors: "), '', ''], + [ '', 'Thierry Vignaud', 'tvignaud@mandrakesoft.com'], [ '', 'Daouda Lo', 'daouda@mandrakesoft.com'], -# [ _("Old authors: "), 'Damien "dams" Krotkine', 'damien@mandrakesoft.com'], -# [ '', 'Yves Duret', 'yduret@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. |