Subversion Repositories jumper

Compare Revisions

Regard whitespace Rev 8 → Rev 9

/trunk/Choice.pas
161,7 → 161,7
begin
if not ForceDirectories(ExtractFilePath(Application.ExeName) + LVL_PATH) then
begin
ShowMessage(Format(LNG_COULD_NOT_CREATE_DIR, [LVL_PATH]));
MessageDlg(Format(LNG_COULD_NOT_CREATE_DIR, [LVL_PATH]), mtError, [mbOK], 0);
end;
end;