mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:49:27 +02:00
LazReport: fixed 'Editor' sample compilation after LCLTranslator changes in r60097 #114df2b6b6
git-svn-id: trunk@60100 -
This commit is contained in:
parent
4bb6efce90
commit
4c178a150f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user