IDE: packages opened in the package graph are added to the recent package list from Samuel Herzog (issue #14047)

git-svn-id: trunk@20762 -
This commit is contained in:
vincents 2009-06-28 17:50:49 +00:00
parent cb7c75373f
commit df02752fd5

View File

@ -913,7 +913,7 @@ end;
function TPkgManager.PackageGraphExplorerOpenPackage(Sender: TObject;
APackage: TLazPackage): TModalResult;
begin
Result:=DoOpenPackage(APackage,[],false);
Result:=DoOpenPackage(APackage,[pofAddToRecent],false);
end;
function TPkgManager.PackageGraphExplorerOpenProject(Sender: TObject;