psln/pslnengine/src/PslnSkinStore.cpp
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
--- a/psln/pslnengine/src/PslnSkinStore.cpp	Wed Jun 09 09:58:37 2010 +0300
+++ b/psln/pslnengine/src/PslnSkinStore.cpp	Mon Jun 21 15:57:43 2010 +0300
@@ -184,7 +184,7 @@
             {
             // Default skin found.
             iSkinArray.Remove( i );
-            iSkinArray.Insert( entry, 0 );
+            iSkinArray.InsertL( entry, 0 );
             entry = NULL; // this is not owned by us.
             break;
             }