Browse Source

--- Merging r15457 into '.':
U packages/chm/src/chmreader.pas

# revisions: 15457
------------------------------------------------------------------------
r15457 | marco | 2010-06-19 22:35:45 +0200 (Sat, 19 Jun 2010) | 1 line
Changed paths:
M /trunk/packages/chm/src/chmreader.pas

* contextlist property
------------------------------------------------------------------------

git-svn-id: branches/fixes_2_4@15461 -

marco 15 years ago
parent
commit
45d862500f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/chm/src/chmreader.pas

+ 1 - 0
packages/chm/src/chmreader.pas

@@ -126,6 +126,7 @@ type
     property PreferedFont: String read fPreferedFont;
     property LocaleID: dword read fLocaleID;
     property SearchReader: TChmSearchReader read FSearchReader write FSearchReader;
+    property contextlist : tcontextlist read fcontextlist;
   end;
 
   { TChmFileList }