Sprache wurde nicht korrekt ausgewaehlt
authorPhilip Reetz <p.reetz@linet-services.de>
Mon, 30 Jul 2007 09:44:40 +0000 (09:44 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Mon, 30 Jul 2007 09:44:40 +0000 (09:44 +0000)
bin/mozilla/io.pl

index afa4d23..6629cb8 100644 (file)
@@ -1449,7 +1449,7 @@ sub print_options {
       opthash("opendocument", $form->{DF}{opendocument}, $locale->text("OpenDocument/OASIS")) : undef;
 
   push @LANGUAGE_ID, 
-    map { opthash($_->{id}, ($_->{id} eq $form->{language} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
+    map { opthash($_->{id}, ($_->{id} eq $form->{language_id} ? 'selected' : ''), $_->{description}) } +{}, @{ $form->{languages} }
       if (ref $form->{languages} eq 'ARRAY');
 
   push @PRINTER_ID,