fix, project under linux, no anymore need to save the project before adding source files

This commit is contained in:
Basile Burg 2015-01-21 07:53:55 +01:00
parent a505b9f525
commit 3cd1306be6
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ begin
subjProjNew(TCEProjectSubject(fProjectSubject), self);
subjProjChanged(TCEProjectSubject(fProjectSubject), self);
//
{$IFDEF LINUX}
fBasePath := '/';
{$ENDIF}
//
fModified := false;
end;