mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 04:26:17 +02:00
renamed standard package
git-svn-id: trunk@4114 -
This commit is contained in:
parent
fac1fd8d76
commit
02dfdb0891
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user