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