genericservices/s60compatibilityheaders/commonengine/src/textresolver.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   209 	        // Error is not recognised 
   209 	        // Error is not recognised 
   210 	        aTextId = R_ERROR_RES_GENERAL;	// Read and return an "unknown error" text from the
   210 	        aTextId = R_ERROR_RES_GENERAL;	// Read and return an "unknown error" text from the
   211 	        								// Nokia-specific version of the errorres.rss file
   211 	        								// Nokia-specific version of the errorres.rss file
   212 	      	TPtr appTextPtr = iTitleText->Des();
   212 	      	TPtr appTextPtr = iTitleText->Des();
   213 	      	TPtr textPtr = iTextBuffer->Des();
   213 	      	TPtr textPtr = iTextBuffer->Des();
   214 	      	iCoe->ReadResourceL(appTextPtr, R_BASE);
   214 	      	iCoe->ReadResource(appTextPtr, R_BASE);
   215 	      	iCoe->ReadResourceL(textPtr, R_ERROR_RES_GENERAL);
   215 	      	iCoe->ReadResource(textPtr, R_ERROR_RES_GENERAL);
   216 	        }
   216 	        }
   217 		}
   217 		}
   218 	else	// No CCoeEnv available
   218 	else	// No CCoeEnv available
   219 		{
   219 		{
   220 		aTextId = 0;
   220 		aTextId = 0;