From 5141d8d078eab529fbf936ac3804bcf8c314903c Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Thu, 27 May 2010 18:53:18 -0600 Subject: [PATCH] Fix to patch for issue 136 --- rtgui/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/options.cc b/rtgui/options.cc index e4b618303..8eadff58c 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -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/";