]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem_pimpl.C
get rid of turds, no.po update and remove some warnings
[lyx.git] / src / graphics / GraphicsCacheItem_pimpl.C
index 42d7aca00d3ae2f7d7498565d22d1f617a20918c..60b675056b5ec7de90963c5225857f78c3913db0 100644 (file)
@@ -107,7 +107,8 @@ GraphicsCacheItem_pimpl::renderXPM(string const & filename)
        temp = ChangeExtension(filename, string());
        
        // Add some stuff to have it a unique temp file.
-       xpmfile = lyx::tempName(string(), temp); //TmpFileName(string(), temp);
+       xpmfile = lyx::tempName(string(), temp);
+#warning When is this tempfile unlinked? (Lgb)
        xpmfile = ChangeExtension(xpmfile, ".xpm");     
        
        command += xpmfile;