aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcrashlogger
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-14 20:25:17 -0500
committerJacek Antonelli2008-10-14 20:28:56 -0500
commit6ed8d75324849ecb36b0b911de0143348755f8bb (patch)
tree5a231c0774d6314d299d1dd893d23dda42c4dcc9 /linden/indra/llcrashlogger
parentAdded Imprudence-specific version numbers. (diff)
downloadmeta-impy-6ed8d75324849ecb36b0b911de0143348755f8bb.zip
meta-impy-6ed8d75324849ecb36b0b911de0143348755f8bb.tar.gz
meta-impy-6ed8d75324849ecb36b0b911de0143348755f8bb.tar.bz2
meta-impy-6ed8d75324849ecb36b0b911de0143348755f8bb.tar.xz
Rebranded platform-independent/shared installer/support files.
Replaced instances of "Second Life" with "Imprudence", etc.
Diffstat (limited to 'linden/indra/llcrashlogger')
-rwxr-xr-xlinden/indra/llcrashlogger/llcrashlogger.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcrashlogger/llcrashlogger.cpp b/linden/indra/llcrashlogger/llcrashlogger.cpp
index 57fa33b..4c8859a 100755
--- a/linden/indra/llcrashlogger/llcrashlogger.cpp
+++ b/linden/indra/llcrashlogger/llcrashlogger.cpp
@@ -172,7 +172,7 @@ void LLCrashLogger::gatherFiles()
172 { 172 {
173 // Figure out the filename of the second life log 173 // Figure out the filename of the second life log
174 LLCurl::setCAFile(gDirUtilp->getCAFile()); 174 LLCurl::setCAFile(gDirUtilp->getCAFile());
175 mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.log"); 175 mFileMap["SecondLifeLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"Imprudence.log");
176 mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml"); 176 mFileMap["SettingsXml"] = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS,"settings.xml");
177 } 177 }
178 178
@@ -293,7 +293,7 @@ bool LLCrashLogger::sendCrashLogs()
293 updateApplication("Sending reports..."); 293 updateApplication("Sending reports...");
294 294
295 std::string dump_path = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, 295 std::string dump_path = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,
296 "SecondLifeCrashReport"); 296 "ImprudenceCrashReport");
297 std::string report_file = dump_path + ".log"; 297 std::string report_file = dump_path + ".log";
298 298
299 std::ofstream out_file(report_file.c_str()); 299 std::ofstream out_file(report_file.c_str());
@@ -330,7 +330,7 @@ bool LLCrashLogger::init()
330 gDirUtilp->initAppDirs("SecondLife"); 330 gDirUtilp->initAppDirs("SecondLife");
331 331
332 // Default to the product name "Second Life" (this is overridden by the -name argument) 332 // Default to the product name "Second Life" (this is overridden by the -name argument)
333 mProductName = "Second Life"; 333 mProductName = "Imprudence";
334 334
335 mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes " 335 mCrashSettings.declareS32(CRASH_BEHAVIOR_SETTING, CRASH_BEHAVIOR_ASK, "Controls behavior when viewer crashes "
336 "(0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)"); 336 "(0 = ask before sending crash report, 1 = always send crash report, 2 = never send crash report)");