Reapply patch for issue 136
This commit is contained in:
parent
e01e4bec6e
commit
35741ad716
@ -431,7 +431,11 @@ void Options::load () {
|
|||||||
g_mkdir_with_parents (profdir.c_str(), 511);
|
g_mkdir_with_parents (profdir.c_str(), 511);
|
||||||
options.saveToFile (rtdir + "/options");
|
options.saveToFile (rtdir + "/options");
|
||||||
}
|
}
|
||||||
|
#ifdef _WIN32
|
||||||
cacheBaseDir = rtdir + "/cache";
|
cacheBaseDir = rtdir + "/cache";
|
||||||
|
#else
|
||||||
|
cacheBaseDir = Glib::ustring(g_get_user_cache_dir()) + "/RawTherapee";
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
Glib::ustring fname = argv0+"/languages/";
|
Glib::ustring fname = argv0+"/languages/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user