diff --git a/src/ce_infos.pas b/src/ce_infos.pas index 3c5d5760..d7b3960a 100644 --- a/src/ce_infos.pas +++ b/src/ce_infos.pas @@ -174,6 +174,9 @@ begin toolItem := TToolInfo.Construct(self, tikFindable, 'cetodo'); toolItem.Parent := boxTools; toolItem.ReAlign; + toolItem := TToolInfo.Construct(self, tikFindable, 'dub'); + toolItem.Parent := boxTools; + toolItem.ReAlign; toolItem := TToolInfo.Construct(self, tikFindable, 'dmd'); toolItem.Parent := boxTools; toolItem.ReAlign;