Explorar el Código

* add a dummy property to keep lazarus CHM compiling for now.

git-svn-id: trunk@42129 -
marco hace 6 años
padre
commit
62a572e484
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      packages/chm/src/chmsitemap.pas

+ 4 - 3
packages/chm/src/chmsitemap.pas

@@ -110,9 +110,10 @@ type
     property IncreaseImageIndex: Boolean read FIncreaseImageIndex write FIncreaseImageIndex;
     property Comment: String read FComment write FComment;
     property Owner: TChmSiteMapItems read FOwner;
-    property Local : string read getlocal; // deprecated;             // should work on ALL pairs
-    property Text : string read fname write fname; // deprecated;     // should work on ALL pairs
-    property SeeAlso : string read getseealso; // deprecated;     // should work on ALL pairs
+    property Keyword : string read fname; // deprecated;             // Use name, sitemaps don't store the difference.
+    property Local : string read getlocal; // deprecated;            // should work on ALL pairs
+    property Text : string read fname write fname; // deprecated;    // should work on ALL pairs
+    property SeeAlso : string read getseealso; // deprecated;        // should work on ALL pairs
     property FrameName: String read FFrameName write FFrameName;
     property WindowName: String read FWindowName write FWindowName;
     property Merge: String read FMerge write FMerge;