diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-04-20 23:54:11 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-04-20 23:54:11 +0000 |
commit | c6b0b7c0fe346dde493e558cfc866b7c3813b926 (patch) | |
tree | eee22e6dbf93bcd6af0310e16d4ccf795bfd17a3 | |
parent | c61bdf7132323d007eb479ca8828846e06c3bf94 (diff) | |
download | control-center-c6b0b7c0fe346dde493e558cfc866b7c3813b926.tar control-center-c6b0b7c0fe346dde493e558cfc866b7c3813b926.tar.gz control-center-c6b0b7c0fe346dde493e558cfc866b7c3813b926.tar.bz2 control-center-c6b0b7c0fe346dde493e558cfc866b7c3813b926.tar.xz control-center-c6b0b7c0fe346dde493e558cfc866b7c3813b926.zip |
fix contributors list
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index 5b138b29..c10c31dc 100755 --- a/control-center +++ b/control-center @@ -1827,7 +1827,7 @@ sub about_mdk_cc() { $tree_model->append_set(undef, [ map_index { $::i => $_ } @$row ]); } - foreach my $line (grep { $_ ne "\n" && !/^#/ } cat_(top(glob("/usr/share/doc/mandrakelinux-release-*/CREDITS")))) { + foreach my $line (grep { $_ ne "\n" && !/^#/ } cat_(top(glob("/usr/share/doc/mandriva-release-*/CREDITS")))) { if ($line =~ /^\s*\* (.*)$/) { my ($contributor, $descr) = split(/:\s*/, $1, 2); chomp($descr); |