diff options
author | David Seikel | 2011-02-13 14:37:44 +1000 |
---|---|---|
committer | David Seikel | 2011-02-13 14:37:44 +1000 |
commit | e68da291f855b1d8dd0012af67f172a2244936c2 (patch) | |
tree | 3e53b84b4ffa856e152cf05b00d2f3db582dd66e /linden/indra/llcrashlogger | |
parent | Revert "Comment out the server tellinsg us what the search URL is, seems the ... (diff) | |
download | meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.zip meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.gz meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.bz2 meta-impy-e68da291f855b1d8dd0012af67f172a2244936c2.tar.xz |
UNBRANDING! Conservativley remove references to "second life", replacing them with something generic.
Diffstat (limited to 'linden/indra/llcrashlogger')
-rwxr-xr-x | linden/indra/llcrashlogger/llcrashlogger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp index aac5592..69e0adb 100755 --- a/linden/indra/llcrashlogger/llcrashlogger.cpp +++ b/linden/indra/llcrashlogger/llcrashlogger.cpp | |||
@@ -201,7 +201,7 @@ void LLCrashLogger::gatherFiles() | |||
201 | } | 201 | } |
202 | else | 202 | else |
203 | { | 203 | { |
204 | // Figure out the filename of the second life log | 204 | // Figure out the filename of the viewer log |
205 | LLCurl::setCAFile(gDirUtilp->getCAFile()); | 205 | LLCurl::setCAFile(gDirUtilp->getCAFile()); |
206 | mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"meta-impy.log"); | 206 | mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"meta-impy.log"); |
207 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); | 207 | mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); |