summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-10-13 16:25:47 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-10-13 16:25:47 +0200
commitd53039f67b5629b2986864304fda77ce45a8d272 (patch)
treede9d8da8a8e0a4c11c17167d8246587a966a88f8
parent6e285a70b2227c34712d96168dc0d4d17deeae6b (diff)
downloadfpGUI-d53039f67b5629b2986864304fda77ce45a8d272.tar.xz
INF tag processing out dated to RichView so margins did not work
* Updated the margin tag to what the newer RichView expects. Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
-rw-r--r--src/HelpTopic.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HelpTopic.pas b/src/HelpTopic.pas
index b70599da..11abf980 100644
--- a/src/HelpTopic.pas
+++ b/src/HelpTopic.pas
@@ -463,7 +463,7 @@ begin
begin
// set left margin
Margin:= ( pData + 2 )^;
- OutputString := '<margin ' + IntToStr( Margin ) + '>';
+ OutputString := '<leftmargin ' + IntToStr( Margin ) + '>';
end;
$04: