mirror of https://gitlab.com/basile.b/dexed.git
deactivate error message
b/c output when loading a proj to test its validity
This commit is contained in:
parent
cf3987b2ac
commit
d9809f0e81
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue