deactivate error message

b/c output when loading a proj to test its validity
This commit is contained in:
Basile Burg 2016-08-21 06:11:20 +02:00
parent cf3987b2ac
commit d9809f0e81
1 changed files with 5 additions and 5 deletions

View File

@ -568,11 +568,11 @@ var
{$ENDIF}
//
begin
if not fHasLoaded then
begin
dlgOkError('"' + shortenPath(fFilename) + '"' + 'does not seem to be a valid CE project');
fFilename:= '';
end;
//if not fHasLoaded then
//begin
// dlgOkError('"' + shortenPath(fFilename) + '"' + 'does not seem to be a valid CE project');
// fFilename:= '';
//end;
patchPlateformPaths(fSrcs);
fModified := false;
hasPatched := false;