This commit is contained in:
Basile Burg 2015-12-16 08:35:46 +01:00
parent 7f9ea6e1a9
commit 5752d40433
1 changed files with 1 additions and 1 deletions

View File

@ -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;