LazReport: fixed 'Editor' sample compilation after LCLTranslator changes in r60097 #114df2b6b6

git-svn-id: trunk@60100 -
This commit is contained in:
maxim 2019-01-17 22:45:45 +00:00
parent 4bb6efce90
commit 4c178a150f

View File

@ -620,7 +620,7 @@ begin
TranslateUnitResourceStrings('Lr_const','../../source/languages/lr_const.%s.po', Lang,FallbackLang);
TranslateUnitResourceStrings('lr_add_function_const','../../source/addons/addfunction/languages/lr_add_function_const.%s.po'
,Lang,FallbackLang);
SetDefaultLang(Lang, '', false); // needed to translate strings extracted from forms
SetDefaultLang(Lang, '', '', false); // needed to translate strings extracted from forms
end;
initialization