diff options
Diffstat (limited to 'linden/indra/newview/llpanelnetwork.cpp')
-rw-r--r-- | linden/indra/newview/llpanelnetwork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelnetwork.cpp b/linden/indra/newview/llpanelnetwork.cpp index 3b866eb..8dc6601 100644 --- a/linden/indra/newview/llpanelnetwork.cpp +++ b/linden/indra/newview/llpanelnetwork.cpp | |||
@@ -190,7 +190,7 @@ void LLPanelNetwork::onClickResetCache(void* user_data) | |||
190 | LLPanelNetwork* self = (LLPanelNetwork*)user_data; | 190 | LLPanelNetwork* self = (LLPanelNetwork*)user_data; |
191 | if (!gSavedSettings.getString("CacheLocation").empty()) | 191 | if (!gSavedSettings.getString("CacheLocation").empty()) |
192 | { | 192 | { |
193 | gSavedSettings.setString("NewCacheLocation", ""); | 193 | gSavedSettings.setString("NewCacheLocation", gDirUtilp->getCacheDir(true)); |
194 | LLNotifications::instance().add("CacheWillBeMoved"); | 194 | LLNotifications::instance().add("CacheWillBeMoved"); |
195 | } | 195 | } |
196 | std::string cache_location = gDirUtilp->getCacheDir(true); | 196 | std::string cache_location = gDirUtilp->getCacheDir(true); |