reszip/src/resdict.cpp
branchRCL_3
changeset 18 44d14dfed84d
parent 9 7c80ebddf816
child 19 01fc9b7302d1
--- a/reszip/src/resdict.cpp	Thu Jul 15 19:48:16 2010 +0300
+++ b/reszip/src/resdict.cpp	Tue Aug 31 16:13:44 2010 +0300
@@ -48,7 +48,7 @@
 	}
 
 
-void TDictEntry::CreateEmbeddedDictL(TInt aDictIndex,CDictArray* aDict)
+void TDictEntry::CreateEmbeddedDict(TInt aDictIndex,CDictArray* aDict)
 	{
 	// Create list of embedded dictionary strings
 	iEmbedded = new(ELeave)CResEntry(aDict);