summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2009-09-30 23:08:37 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2009-09-30 23:08:37 +0200
commitb78265ed79c03eab8fc8acd31716623060c79145 (patch)
tree1dab012524b8134616087204986c675d8ed4cb23 /src
parent7f23c85ee8975070895462e5c9e9362b4868835f (diff)
downloadfpGUI-b78265ed79c03eab8fc8acd31716623060c79145.tar.xz
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 <graemeg@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/HelpFile.pas1
1 files changed, 1 insertions, 0 deletions
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;