]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
zlib stuff
[lyx.git] / src / lyxfunc.C
index 3f4edb35af20dc0f7223238099d90e5343540ff6..7510fec113a573a6be998af5a83a3dcb1e3c5df4 100644 (file)
@@ -1538,7 +1538,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
 
        case LFUN_SAVEPREFERENCES:
        {
-               Path p(user_lyxdir);
+               Path p(user_lyxdir());
                lyxrc.write("preferences");
        }
        break;