LCL: lcltranslator: when switching language call datamodules too, bug #28946, patch from fbiazi

git-svn-id: trunk@50204 -
This commit is contained in:
mattias 2015-11-02 21:47:06 +00:00
parent 66c3995fd2
commit cf00069fb2

View File

@ -536,6 +536,8 @@ begin
begin
for i := 0 to Screen.CustomFormCount-1 do
LocalTranslator.UpdateTranslation(Screen.CustomForms[i]);
for i := 0 to Screen.DataModuleCount-1 do
LocalTranslator.UpdateTranslation(Screen.DataModules[i]);
end;
end;
end;