]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Locale.pm
Feature Branch: Autocompletion.
[mfinanz.git] / SL / Locale.pm
index b869587ca983c22d00f4112bd63fa28524efc48e..d6ac18157239733e8d08b135b4340e9b79ee4c6c 100644 (file)
@@ -215,7 +215,7 @@ sub findsub {
   if (exists $self->{subs}{$text_rev}) {
     $text = $self->{subs}{$text_rev};
   } elsif ($self->{countrycode} && $self->{NLS_file}) {
-    Form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}");
+    $main::form->error("$text not defined in locale/$self->{countrycode}/$self->{NLS_file}");
   }
 
   $main::lxdebug->leave_sub();