mirror of https://gitlab.com/basile.b/dexed.git
reset proj fname if loading failed
This commit is contained in:
parent
0d33b217ea
commit
ea6c3bd2f8
|
|
@ -568,6 +568,11 @@ var
|
|||
{$ENDIF}
|
||||
//
|
||||
begin
|
||||
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