csxhelp/HelpEngine/src/CSXHLegacyContentParser.cpp
branchCompilerCompatibility
changeset 8 253cb20021a4
parent 5 d06b1526f62c
child 22 e3a25416bf1f
--- a/csxhelp/HelpEngine/src/CSXHLegacyContentParser.cpp	Mon Mar 08 21:43:11 2010 +0000
+++ b/csxhelp/HelpEngine/src/CSXHLegacyContentParser.cpp	Sun Mar 14 13:08:47 2010 +0000
@@ -110,7 +110,7 @@
         {           
         appName = categoryList->MdcaPoint(i);                           
         CategoryObj = CCSXHLegacyTOC1::NewL(appName);
-        if(aDataBase->GetMainTopics()->InsertChild(CategoryObj))
+        if ( aDataBase->GetAppHelpsTopics()->InsertChild(CategoryObj) )
                 iLegacyTOC1List.Append(CategoryObj);//Keep a local copy*/       
         }
     CleanupStack::Pop(categoryList);