summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-20 23:54:11 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-20 23:54:11 +0000
commitc6b0b7c0fe346dde493e558cfc866b7c3813b926 (patch)
treeeee22e6dbf93bcd6af0310e16d4ccf795bfd17a3
parentc61bdf7132323d007eb479ca8828846e06c3bf94 (diff)
downloadcontrol-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-xcontrol-center2
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);