]> git.lyx.org Git - lyx.git/blobdiff - src/ConverterCache.C
Restore the version number position on the splash screen
[lyx.git] / src / ConverterCache.C
index 16a3e7a4cc0b9e401d691eea7368661462f8d63e..19931c2ea7724a8928de7ae31a6c9b9e424ef49a 100644 (file)
@@ -189,7 +189,7 @@ void ConverterCache::init()
                return;
        // We do this here and not in the constructor because package() gets
        // initialized after all static variables.
-       cache_dir = FileName(addName(support::package().user_support(), "cache"));
+       cache_dir = FileName(addName(support::package().user_support().absFilename(), "cache"));
        if (!fs::exists(cache_dir.toFilesystemEncoding()))
                if (support::mkdir(cache_dir, 0700) != 0) {
                        lyxerr << "Could not create cache directory `"