aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/rpmdragora.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AdminPanel/rpmdragora.pm')
-rw-r--r--lib/AdminPanel/rpmdragora.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AdminPanel/rpmdragora.pm b/lib/AdminPanel/rpmdragora.pm
index f648acaa..808bf527 100644
--- a/lib/AdminPanel/rpmdragora.pm
+++ b/lib/AdminPanel/rpmdragora.pm
@@ -262,7 +262,7 @@ sub interactive_msg {
$info->{title} = $title;
if ($options{scroll}) {
- $info->{reachtext} = 1;
+ $info->{richtext} = 1;
} else { #- because we'll use a WrappedLabel
$contents = MDK::Common::String::formatAlaTeX($contents) if !ref $contents;
}
@@ -281,7 +281,7 @@ sub interactive_msg {
}
$dlg->setTitle($info->{title}) if (exists $info->{title});
- my $rt = (exists $info->{reachtext}) ? $info->{reachtext} : 0;
+ my $rt = (exists $info->{richtext}) ? $info->{richtext} : 0;
$dlg->setText($info->{text}, $rt) if (exists $info->{text});
$dlg->setDefaultButton($yui::YMGAMessageBox::B_ONE);