From 325f9c40159793b4d25a19d88dd7e2d205fff3b8 Mon Sep 17 00:00:00 2001 From: David Seikel Date: Sun, 13 Feb 2011 14:38:54 +1000 Subject: Changing some "Second Life" references to "meta-impy". --- linden/indra/llcommon/llversionviewer.h | 2 +- linden/indra/newview/viewerversion.h | 10 +++++----- linden/indra/win_crash_logger/llcrashloggerwindows.cpp | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index ad6a88a..a571b95 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h @@ -40,7 +40,7 @@ const S32 LL_VERSION_MINOR = 23; const S32 LL_VERSION_PATCH = 5; const S32 LL_VERSION_BUILD = 136262; -const char * const LL_VIEWER_NAME = "Second Life"; +const char * const LL_VIEWER_NAME = "meta-impy"; // These aren't used anymore. // The channel is ViewerChannelName in settings.xml diff --git a/linden/indra/newview/viewerversion.h b/linden/indra/newview/viewerversion.h index d67cee5..a517f9f 100644 --- a/linden/indra/newview/viewerversion.h +++ b/linden/indra/newview/viewerversion.h @@ -52,15 +52,15 @@ public: // Returns the name of the viewer. Currently always "Imprudence" static std::string getImpViewerName() { return sViewerName; } - // Returns the major version of Second Life + // Returns the major version of the viewer static S32 getLLMajorVersion() { return LL_VERSION_MAJOR; } - // Returns the minor version of Second Life + // Returns the minor version of the viewer static S32 getLLMinorVersion() { return LL_VERSION_MINOR; } - // Returns the patch version of Second Life + // Returns the patch version of the viewer static S32 getLLPatchVersion() { return LL_VERSION_PATCH; } - // Returns the build version of Second Life + // Returns the build version of the viewer static S32 getLLBuildVersion() { return LL_VERSION_BUILD; } - // Returns the name of the LL viewer ("Second Life") + // Returns the name of the viewer ("meta-impy") static std::string getLLViewerName() { return LL_VIEWER_NAME; } // Note that the viewer channel is set in settings.xml diff --git a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp index c9e01c8..e15268a 100644 --- a/linden/indra/win_crash_logger/llcrashloggerwindows.cpp +++ b/linden/indra/win_crash_logger/llcrashloggerwindows.cpp @@ -261,7 +261,7 @@ bool LLCrashLoggerWindows::init(void) /* mbstowcs( gProductName, mProductName.c_str(), LL_ARRAY_SIZE(gProductName) ); gProductName[ LL_ARRY_SIZE(gProductName) - 1 ] = 0; - swprintf(gProductName, L"Second Life"); + swprintf(gProductName, L"meta-impy"); */ llinfos << "Loading dialogs" << llendl; -- cgit v1.1