Fix to patch for issue 136
This commit is contained in:
@@ -422,7 +422,7 @@ 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");
|
||||||
}
|
}
|
||||||
cacheBaseDir = Glib::ustring(g_get_user_cache_dir()) + "/cache";
|
cacheBaseDir = Glib::ustring(g_get_user_cache_dir()) + "/RawTherapee";
|
||||||
}
|
}
|
||||||
|
|
||||||
Glib::ustring fname = argv0+"/languages/";
|
Glib::ustring fname = argv0+"/languages/";
|
||||||
|
Reference in New Issue
Block a user