summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-08-26 14:15:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-08-26 14:15:28 +0000
commit24986d615be0383dcaa9cd093a5ba1c7948c610f (patch)
treeb9e93727d366f653bd0ea256dcc7192ec0f9f77d
parenteb97e87d9224f10ee1fb8a73d16fed25279451f2 (diff)
downloaddrakx-backup-do-not-use-24986d615be0383dcaa9cd093a5ba1c7948c610f.tar
drakx-backup-do-not-use-24986d615be0383dcaa9cd093a5ba1c7948c610f.tar.gz
drakx-backup-do-not-use-24986d615be0383dcaa9cd093a5ba1c7948c610f.tar.bz2
drakx-backup-do-not-use-24986d615be0383dcaa9cd093a5ba1c7948c610f.tar.xz
drakx-backup-do-not-use-24986d615be0383dcaa9cd093a5ba1c7948c610f.zip
adapt to new flag [selected=...]
-rw-r--r--perl-install/share/po/i18n_compssUsers3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/share/po/i18n_compssUsers b/perl-install/share/po/i18n_compssUsers
index f6dc1ef7d..9d4fc7b84 100644
--- a/perl-install/share/po/i18n_compssUsers
+++ b/perl-install/share/po/i18n_compssUsers
@@ -12,10 +12,11 @@ sub get {
/^\s*$/ || /^#/ and next;
if (/^(\S.*)/) {
- my ($icon, $path, $descr);
+ my ($icon, $path, $descr, $selected);
/^(.*?)\s*\[icon=(.*?)\](.*)/ and $_ = "$1$3", $icon = $2;
/^(.*?)\s*\[path=(.*?)\](.*)/ and $_ = "$1$3", $path = $2;
/^(.*?)\s*\[descr=(.*?)\](.*)/ and $_ = "$1$3", $descr = $2;
+ /^(.*?)\s*\[selected=(.*?)\](.*)/ and $_ = "$1$3", $selected = $2;
push @l, $_, $descr, $path;
}
}