From e38950a33c3505db7e79547622aa5946cfe88d5c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 25 Sep 2000 22:00:16 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index b63985024..f8ad163f0 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -120,7 +120,7 @@ sub readMonitorsDB { $monitors{"$l{vendor}|$l{type}"} = \%l; } while (my ($k, $v) = each %standard_monitors) { - $monitors{_("Generic") . "|" . translate($k)} = + $monitors{"Generic|" . translate($k)} = { hsyncrange => $v->[1], vsyncrange => $v->[2] }; } } -- cgit v1.2.1