diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2015-08-17 10:17:54 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2015-08-17 10:26:35 +0100 |
commit | ac7536fd3770c7ec8e07a2042086e5619e9e3250 (patch) | |
tree | 315452511b3c77b922f815de5197f2a74f7ef667 | |
parent | 7c995e871a6f520127d495fddb2d2b87bfabca74 (diff) | |
download | fpGUI-ac7536fd3770c7ec8e07a2042086e5619e9e3250.tar.xz |
docview: updated code comment to mention missing IPF tag.
-rw-r--r-- | docview/src/IPFFileFormatUnit.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docview/src/IPFFileFormatUnit.pas b/docview/src/IPFFileFormatUnit.pas index 7d6aade7..aeeaa003 100644 --- a/docview/src/IPFFileFormatUnit.pas +++ b/docview/src/IPFFileFormatUnit.pas @@ -239,7 +239,7 @@ const // FF XX ecSetLeftMargin = $02; - ecHighlight1 = $04; // hp1,2,3,5,6,7 + ecHighlight1 = $04; // hp1,2,3,4,5,6,7 ecLinkStart = $05; ecFootnoteLinkStart = $07; ecLinkEnd = $08; @@ -260,7 +260,7 @@ const ecStartLinkByResourceID = $1d; ecExternalLink = $1f; - // Subescape codes of + // SubEscape codes of HPART_DEFINE = 0; HPART_PT_HDREF = 1; HPART_PT_FNREF = 2; |