mirror of https://gitlab.com/basile.b/dexed.git
fixup
This commit is contained in:
parent
7f9ea6e1a9
commit
5752d40433
|
@ -180,7 +180,7 @@ begin
|
||||||
'optional, the D source code formater, needed by the Dfmt commander widget');
|
'optional, the D source code formater, needed by the Dfmt commander widget');
|
||||||
toolItem.Parent := boxTools;
|
toolItem.Parent := boxTools;
|
||||||
toolItem.ReAlign;
|
toolItem.ReAlign;
|
||||||
toolItem := TToolInfo.Construct(self, tikOptional, 'dfmt',
|
toolItem := TToolInfo.Construct(self, tikOptional, 'gdc',
|
||||||
'optional, the GDC D compiler');
|
'optional, the GDC D compiler');
|
||||||
toolItem.Parent := boxTools;
|
toolItem.Parent := boxTools;
|
||||||
toolItem.ReAlign;
|
toolItem.ReAlign;
|
||||||
|
|
Loading…
Reference in New Issue