connectionutilities/ConnectionDialogs/ConnectionUiUtilities/src/cellulardataconfirmation.cpp
changeset 73 70ee5458c95d
parent 61 8b0c979bbe8c
--- 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