mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 15:56:00 +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.';
|
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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user