From b78265ed79c03eab8fc8acd31716623060c79145 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 30 Sep 2009 23:08:37 +0200 Subject: Add the missing line which adds new Topic objects to the Topics list. This fixes the problem of a empty Contents treeview. Signed-off-by: Graeme Geldenhuys --- src/HelpFile.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HelpFile.pas b/src/HelpFile.pas index 6e016729..22236175 100644 --- a/src/HelpFile.pas +++ b/src/HelpFile.pas @@ -245,6 +245,7 @@ begin _Header, _Dictionary, pEntry ); + _Topics.Add(Topic); end; SetLength(tocarray, 0); exit; -- cgit v1.2.3-70-g09d2