aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp19
1 files changed, 9 insertions, 10 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 268c4c0..18b65cc 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -310,15 +310,15 @@ BOOL gLogoutInProgress = FALSE;
310// Internal globals... that should be removed. 310// Internal globals... that should be removed.
311static std::string gArgs; 311static std::string gArgs;
312 312
313const std::string MARKER_FILE_NAME("Imprudence.exec_marker"); 313const std::string MARKER_FILE_NAME("meta-impy.exec_marker");
314const std::string ERROR_MARKER_FILE_NAME("Imprudence.error_marker"); 314const std::string ERROR_MARKER_FILE_NAME("meta-impy.error_marker");
315const std::string LLERROR_MARKER_FILE_NAME("Imprudence.llerror_marker"); 315const std::string LLERROR_MARKER_FILE_NAME("meta-impy.llerror_marker");
316const std::string LOGOUT_MARKER_FILE_NAME("Imprudence.logout_marker"); 316const std::string LOGOUT_MARKER_FILE_NAME("meta-impy.logout_marker");
317static BOOL gDoDisconnect = FALSE; 317static BOOL gDoDisconnect = FALSE;
318static std::string gLaunchFileOnQuit; 318static std::string gLaunchFileOnQuit;
319 319
320// Used on Win32 for other apps to identify our window (eg, win_setup) 320// Used on Win32 for other apps to identify our window (eg, win_setup)
321const char* const VIEWER_WINDOW_CLASSNAME = "Imprudence"; 321const char* const VIEWER_WINDOW_CLASSNAME = "meta-impy";
322 322
323//---------------------------------------------------------------------------- 323//----------------------------------------------------------------------------
324// File scope definitons 324// File scope definitons
@@ -1644,8 +1644,7 @@ bool LLAppViewer::initLogging()
1644 LLError::initForApplication( 1644 LLError::initForApplication(
1645 gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "")); 1645 gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, ""));
1646 LLError::setFatalFunction(errorCallback); 1646 LLError::setFatalFunction(errorCallback);
1647 1647 std::string log_name = "meta-impy.log";
1648 std::string log_name = "Imprudence.log";
1649 1648
1650 const int MAX_ROTATION = 5; 1649 const int MAX_ROTATION = 5;
1651 for(int i = MAX_ROTATION; 0 < i; i--) 1650 for(int i = MAX_ROTATION; 0 < i; i--)
@@ -1824,7 +1823,7 @@ bool LLAppViewer::initConfiguration()
1824 if(!loadSettingsFromDirectory("Default", set_defaults)) 1823 if(!loadSettingsFromDirectory("Default", set_defaults))
1825 { 1824 {
1826 std::ostringstream msg; 1825 std::ostringstream msg;
1827 msg << "Second Life could not load its default settings file. \n" 1826 msg << "This viewer could not load its default settings file. \n"
1828 << "The installation may be corrupted. \n"; 1827 << "The installation may be corrupted. \n";
1829 1828
1830 OSMessageBox( 1829 OSMessageBox(
@@ -1838,7 +1837,7 @@ bool LLAppViewer::initConfiguration()
1838 // - set procedural settings 1837 // - set procedural settings
1839 gSavedSettings.setString("ClientSettingsFile", 1838 gSavedSettings.setString("ClientSettingsFile",
1840 // gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, getSettingsFilename("Default", "Global"))); 1839 // gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, getSettingsFilename("Default", "Global")));
1841 gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "settings_imprudence_experimental.xml")); 1840 gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "settings_meta-impy_experimental.xml"));
1842 1841
1843 gSavedSettings.setString("VersionChannelName", ViewerVersion::getImpViewerName()); 1842 gSavedSettings.setString("VersionChannelName", ViewerVersion::getImpViewerName());
1844 1843
@@ -3295,7 +3294,7 @@ void LLAppViewer::saveFinalSnapshot()
3295 gSavedSettings.setBOOL("ShowParcelOwners", FALSE); 3294 gSavedSettings.setBOOL("ShowParcelOwners", FALSE);
3296 idle(); 3295 idle();
3297 3296
3298 std::string snap_filename = gDirUtilp->getLindenUserDir(true); 3297 std::string snap_filename = gDirUtilp->getViewerUserDir(true);
3299 if (!snap_filename.empty()) 3298 if (!snap_filename.empty())
3300 { 3299 {
3301 snap_filename += gDirUtilp->getDirDelimiter(); 3300 snap_filename += gDirUtilp->getDirDelimiter();