engine/src/ShowEngine.cpp
branchsymbian1
changeset 336 3d6c1417e8bd
parent 287 e6a88732eb8f
child 349 4538abb763e4
--- a/engine/src/ShowEngine.cpp	Tue Oct 26 15:58:11 2010 +0100
+++ b/engine/src/ShowEngine.cpp	Fri Nov 12 20:48:14 2010 +0000
@@ -207,7 +207,7 @@
 	else
 		{
 		// no extension found, we'll have to rely on magic numbers
-		newFilename.Copy(fileName);
+		newFilename.Format(_L("%u"), info->Uid());
 		}
 			
 	relPath.Append(newFilename);