]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.C
Fix class switching bug
[lyx.git] / src / lyxvc.C
index de506a2c032c1c1fbd43329538e29825dda4ec70..eded1682963cb2f8568ccf3366fe50a6ee37448f 100644 (file)
@@ -293,7 +293,7 @@ void LyXVC::viewLog(string const & fil)
 
 void LyXVC::showLog()
 {
-       string tmpf = lyx::tempName();
+       string tmpf = lyx::tempName(string(), "lyxvclog");
        vcs->getLog(tmpf);
        viewLog(tmpf);
        lyx::unlink(tmpf);