apengine/apsettingshandlerui/src/ApSelectorDialog.cpp
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
--- a/apengine/apsettingshandlerui/src/ApSelectorDialog.cpp	Tue Aug 31 15:35:44 2010 +0300
+++ b/apengine/apsettingshandlerui/src/ApSelectorDialog.cpp	Wed Sep 01 12:23:51 2010 +0100
@@ -29,6 +29,8 @@
 
 #include <featmgr.h>
 
+#include <csxhelp/cp.hlp.hrh>
+
 #include "ApSelectorDialog.h"
 #include "ApSelectorListBoxModel.h"
 #include "ApSelectorListbox.h"
@@ -433,12 +435,14 @@
     APSETUILOGGER_ENTERFN( EDialog,"SelDIalog::GetHelpContext<->")
     
     aContext.iMajor = iHandler->iHelpMajor;
+    // help no longer available for user, use dummy ID
+    aContext.iContext = KSET_HLP_AP_SETTING_GPRS;
     }
 
 
 
 // ---------------------------------------------------------
-// CApSelectorDialog::HandleApDbEventLw
+// CApSelectorDialog::HandleApDbEventL
 // called by the active access point framework
 // ---------------------------------------------------------
 //