genericservices/s60compatibilityheaders/commonengine/src/textresolver.cpp
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   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->ReadResource(appTextPtr, R_BASE);
   214 	      	iCoe->ReadResourceL(appTextPtr, R_BASE);
   215 	      	iCoe->ReadResource(textPtr, R_ERROR_RES_GENERAL);
   215 	      	iCoe->ReadResourceL(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;