diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-10-14 22:54:11 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-10-14 22:58:51 +0200 |
commit | 6df375d61c611968ca4208e6d549ca0f229bbc77 (patch) | |
tree | 3b144d875b300ce15afab698dc2a326ec087ed98 | |
parent | d6abac06fd9d7d888f968054993cc844279b530f (diff) | |
download | control-center-6df375d61c611968ca4208e6d549ca0f229bbc77.tar control-center-6df375d61c611968ca4208e6d549ca0f229bbc77.tar.gz control-center-6df375d61c611968ca4208e6d549ca0f229bbc77.tar.bz2 control-center-6df375d61c611968ca4208e6d549ca0f229bbc77.tar.xz control-center-6df375d61c611968ca4208e6d549ca0f229bbc77.zip |
do not advertize artwork authors
when that artwork was removed years ago
-rwxr-xr-x | control-center | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/control-center b/control-center index c1af4c96..e5c927c4 100755 --- a/control-center +++ b/control-center @@ -1411,13 +1411,6 @@ sub about_mga_cc() { [ '', 'Daouda Lo' ], [ '', 'Thierry Vignaud' ], [ '', 'Yves Duret' ], - [ '', '' ], - [ N("Artwork: "), '', '' ], - [ '', 'Anh-Van Nguyen' ], - - [ '', - #-PO If your language allows it, use eacute for first "e" and egrave for 2nd one. - N("Helene Durosini"), '<ln@mandriva.com>' ], ) { $tree_model->append_set(undef, [ map_index { $::i => $_ } @$row ]); } |