|
@@ -676,7 +676,7 @@ var
|
|
WriteChapterName(AGclChapter);
|
|
WriteChapterName(AGclChapter);
|
|
for iGcl := 0 to AGclChapter.GclNodeCount - 1 do
|
|
for iGcl := 0 to AGclChapter.GclNodeCount - 1 do
|
|
WriteGclNodeData(AGclChapter.GclNode[iGcl], AGclChapter.ChapterID);
|
|
WriteGclNodeData(AGclChapter.GclNode[iGcl], AGclChapter.ChapterID);
|
|
- WriteChapterGather(AGclChapter);
|
|
|
|
|
|
+ WriteChapterGather(AGclChapter, Format('%s С¼Æ', [AGclChapter.ChapterName]));
|
|
end;
|
|
end;
|
|
|
|
|
|
begin
|
|
begin
|