equal
deleted
inserted
replaced
18 |
18 |
19 |
19 |
20 // INCLUDE FILES |
20 // INCLUDE FILES |
21 |
21 |
22 #include <ApNetworkItem.h> |
22 #include <ApNetworkItem.h> |
|
23 #include <csxhelp/cp.hlp.hrh> |
23 #include <featmgr.h> |
24 #include <featmgr.h> |
24 |
25 |
25 #include "ApSettingsHandlerUI.hrh" |
26 #include "ApSettingsHandlerUI.hrh" |
26 |
27 |
27 |
28 |
180 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const |
181 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const |
181 { |
182 { |
182 APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext") |
183 APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext") |
183 |
184 |
184 aContext.iMajor = iHandler->iHelpMajor; |
185 aContext.iMajor = iHandler->iHelpMajor; |
|
186 // help no longer available for user, use dummy ID |
|
187 aContext.iContext = KSET_HLP_AP_SETTING_GPRS; |
185 |
188 |
186 APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext") |
189 APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext") |
187 } |
190 } |
188 |
191 |
189 |
192 |