LCLTranslator: adapted search procedure to the fact that master files now have .pot extension

git-svn-id: trunk@60417 -
This commit is contained in:
maxim 2019-02-13 22:30:24 +00:00
parent 7b111e1c0a
commit d2bd729d29

View File

@ -253,6 +253,9 @@ var
exit;
end;
//master files have .pot extension
LCFileName := ChangeFileExt(GetLCFileName, '.pot');
Result := AppDir + LCFileName;
if FileExistsUTF8(Result) then
exit;