X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=common%2Fenv.cpp;h=1ce341d46f349cf33805e96592640d3c41cb6f38;hb=6fcaa28bd5c747e88368e15cb0d18c14e3449a00;hp=db8429fde792cb80f9007ea1373f6a7e43ccc4e2;hpb=92739080699cdfc1bc34fb1086c2449f7537a8a1;p=casparcg diff --git a/common/env.cpp b/common/env.cpp index db8429fde..1ce341d46 100644 --- a/common/env.cpp +++ b/common/env.cpp @@ -70,8 +70,8 @@ void configure(const std::wstring& filename) log = paths.get(L"log-path", initialPath + L"/log/"); ftemplate = boost::filesystem::complete(paths.get(L"template-path", initialPath + L"/template/")).wstring(); data = paths.get(L"data-path", initialPath + L"/data/"); - font = paths.get(L"fonts-path", initialPath + L"/fonts/"); - thumbnails = paths.get(L"thumbnails-path", initialPath + L"/data/"); + font = paths.get(L"font-path", initialPath + L"/font/"); + thumbnails = paths.get(L"thumbnail-path", initialPath + L"/thumbnail/"); } catch(...) {