summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-14 19:54:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-14 19:54:38 +0000
commitb91894f2f3a57c6455626e60f21966da943b3ddc (patch)
treed157bf060d993cf6f092ebf28043597c4851a07c /perl-install/diskdrake
parent3a565013bcc06f1b87ac863c7f5728de53d5c29e (diff)
downloaddrakx-backup-do-not-use-b91894f2f3a57c6455626e60f21966da943b3ddc.tar
drakx-backup-do-not-use-b91894f2f3a57c6455626e60f21966da943b3ddc.tar.gz
drakx-backup-do-not-use-b91894f2f3a57c6455626e60f21966da943b3ddc.tar.bz2
drakx-backup-do-not-use-b91894f2f3a57c6455626e60f21966da943b3ddc.tar.xz
drakx-backup-do-not-use-b91894f2f3a57c6455626e60f21966da943b3ddc.zip
use the new warp_text feature
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index ff3e85051..0436991e5 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -791,7 +791,7 @@ sub Options {
'',
[
(map {;
- { label => $_, text => warp_text(formatAlaTeX($help{$_})), val => \$options->{$_},
+ { label => $_, text => join("\n", warp_text(formatAlaTeX($help{$_}))), val => \$options->{$_},
advanced => !$part->{rootDevice} && !member($_, @simple_options), if_(!/=$/, type => 'bool'), }
} keys %$options),
{ label => _("Various"), val => \$unknown, advanced => 1 },