From 5752d404338b65659d27a15ea89363faf3f60d58 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 16 Dec 2015 08:35:46 +0100 Subject: [PATCH] fixup --- src/ce_infos.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_infos.pas b/src/ce_infos.pas index 9b059a19..4a05ca06 100644 --- a/src/ce_infos.pas +++ b/src/ce_infos.pas @@ -180,7 +180,7 @@ begin 'optional, the D source code formater, needed by the Dfmt commander widget'); toolItem.Parent := boxTools; toolItem.ReAlign; - toolItem := TToolInfo.Construct(self, tikOptional, 'dfmt', + toolItem := TToolInfo.Construct(self, tikOptional, 'gdc', 'optional, the GDC D compiler'); toolItem.Parent := boxTools; toolItem.ReAlign;