]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
cosmetics
[lyx.git] / src / LyX.cpp
index 5ebe36d109d07dc7bec9fc93561ee17ae423cfe2..21f351bb4c3b153c3dbc6041a17563a36d175323 100644 (file)
@@ -139,7 +139,7 @@ void reconfigureUserLyXDir()
        string const configure_command = package().configure_command();
 
        lyxerr << to_utf8(_("LyX: reconfiguring user directory")) << endl;
-       support::Path p(package().user_support());
+       support::PathChanger p(package().user_support());
        Systemcall one;
        one.startscript(Systemcall::Wait, configure_command);
        lyxerr << "LyX: " << to_utf8(_("Done!")) << endl;