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> |
|
24 #include <featmgr.h> |
23 #include <featmgr.h> |
25 |
24 |
26 #include "ApSettingsHandlerUI.hrh" |
25 #include "ApSettingsHandlerUI.hrh" |
27 |
26 |
28 |
27 |
181 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const |
180 void CApNetSelPopupList::GetHelpContext(TCoeHelpContext& aContext) const |
182 { |
181 { |
183 APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext") |
182 APSETUILOGGER_ENTERFN( EListbox,"NetSelPopup::GetHelpContext") |
184 |
183 |
185 aContext.iMajor = iHandler->iHelpMajor; |
184 aContext.iMajor = iHandler->iHelpMajor; |
186 // help no longer available for user, use dummy ID |
|
187 aContext.iContext = KSET_HLP_AP_SETTING_GPRS; |
|
188 |
185 |
189 APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext") |
186 APSETUILOGGER_LEAVEFN( EListbox,"NetSelPopup::GetHelpContext") |
190 } |
187 } |
191 |
188 |
192 |
189 |