diff -r 352850cbed81 -r 9f4e37332ce5 vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp --- a/vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp Mon Jun 21 16:49:56 2010 +0300 +++ b/vpnui/vpnmanagementui/src/vpnmanagementuicontainer.cpp Thu Aug 19 10:54:34 2010 +0300 @@ -247,12 +247,10 @@ CleanupStack::PopAndDestroy(); // resourceText //Create Policy servers setting listbox item - // Hide policy server from UI - // NSSM support is discontinued - // Policy server UI may be used for another purpose in future - // resourceText = StringLoader::LoadLC( R_VPN_POLICY_SERVERS ); - // itemTextArray->AppendL(*resourceText); - // CleanupStack::PopAndDestroy(); // resourceText + + resourceText = StringLoader::LoadLC( R_VPN_POLICY_SERVERS ); + itemTextArray->AppendL(*resourceText); + CleanupStack::PopAndDestroy(); // resourceText //Create Log setting listbox item resourceText = StringLoader::LoadLC( R_VPN_LOG );