FIX: Unable open file error

This commit is contained in:
Alexander Koblov 2010-01-16 11:58:42 +00:00
commit 2faab11323

View file

@ -238,7 +238,8 @@ begin
if FEncoding <> AValue then
begin
FEncoding:= AValue;
LoadFromFile(FLastDescrFile);
if mbFileExists(FLastDescrFile) then
LoadFromFile(FLastDescrFile);
end;
end;