瀏覽代碼

--- 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 年之前
父節點
當前提交
45d862500f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 }