From 906d09feee7055c411790bb62ef839c43ba5fe0f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 17:53:59 +0000 Subject: fix and some more Help --- perl-install/Xconfig/monitor.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/Xconfig/monitor.pm') diff --git a/perl-install/Xconfig/monitor.pm b/perl-install/Xconfig/monitor.pm index c46e5e25a..db0d72c3e 100644 --- a/perl-install/Xconfig/monitor.pm +++ b/perl-install/Xconfig/monitor.pm @@ -91,7 +91,10 @@ sub choose { } }; - $in->ask_from(N("Monitor"), N("Choose a monitor"), + $in->ask_from_({ title => N("Monitor"), + messages => N("Choose a monitor"), + interactive_help_id => 'configureX_monitor' + }, [ { val => \$merged_name, separator => '|', list => ['Custom', "Plug'n Play", sort keys %h_monitors], format => sub { $_[0] eq 'Custom' ? N("Custom") : -- cgit v1.2.1