renamed standard package

git-svn-id: trunk@4114 -
This commit is contained in:
mattias 2003-05-01 12:22:26 +00:00
parent fac1fd8d76
commit 02dfdb0891

View File

@ -514,9 +514,8 @@ begin
Result:='Create a new program.'; Result:='Create a new program.';
niiPackage: niiPackage:
Result:='Create a new package.'#13#13 Result:='Create a new standard package.'#13#13
+'A package is a collection of units and components. ' +'A package is a collection of units and components.';
+'For example a library.';
else else
Result:='' Result:=''
@ -564,7 +563,7 @@ begin
NewCategory:=TNewIDEItemCategory.Create('Package'); NewCategory:=TNewIDEItemCategory.Create('Package');
Add(NewCategory); Add(NewCategory);
NewCategory.Add( NewCategory.Add(
TNewIDEItemTemplate.Create(niiPackage,'Package',niifCopy,[])); TNewIDEItemTemplate.Create(niiPackage,'Standard Package',niifCopy,[]));
{$ENDIF} {$ENDIF}
end; end;