engine/src/ShowEngine.cpp
branchRCL_3
changeset 326 255972d41940
parent 299 56d23cf60795
child 331 c44ad45736ff
--- a/engine/src/ShowEngine.cpp	Mon Nov 01 12:28:18 2010 +0000
+++ b/engine/src/ShowEngine.cpp	Mon Nov 01 14:06:24 2010 +0000
@@ -216,7 +216,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);