Fix to patch for issue 136

This commit is contained in:
Wyatt Olson
2010-05-27 18:53:18 -06:00
parent bb6d008770
commit 5141d8d078

View File

@@ -422,7 +422,7 @@ void Options::load () {
g_mkdir_with_parents (profdir.c_str(), 511);
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/";