diff -r 0c32cf868819 -r 70ee5458c95d connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/cellulardataconfirmation.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/cellulardataconfirmation.cpp Wed Oct 27 18:01:02 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/cellulardataconfirmation.cpp Thu Oct 28 13:13:30 2010 +0300 @@ -93,15 +93,15 @@ // information whether we are in home network is needed if ( aHomeNetwork ) { - choices.Append( EMsgQueryAutomatically ); - choices.Append( EMsgQueryThisTime ); - choices.Append( EMsgQueryCancelled ); + choices.AppendL( EMsgQueryAutomatically ); + choices.AppendL( EMsgQueryThisTime ); + choices.AppendL( EMsgQueryCancelled ); } else { - choices.Append( EMsgQueryThisTime ); - choices.Append( EMsgQueryAutomatically ); - choices.Append( EMsgQueryCancelled ); + choices.AppendL( EMsgQueryThisTime ); + choices.AppendL( EMsgQueryAutomatically ); + choices.AppendL( EMsgQueryCancelled ); } // Observer is needed in order to get the user inputs