From 72d6261a1c1db3045971dd851652289b41696b01 Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Wed, 1 Oct 2008 17:19:53 -0500
Subject: Changed viewer and channel name to "Imprudence".
---
linden/indra/cmake/Variables.cmake | 2 +-
linden/indra/llcommon/llversionviewer.h | 5 ++++-
linden/indra/newview/app_settings/settings.xml | 2 +-
linden/indra/newview/llappviewer.cpp | 8 ++++----
4 files changed, 10 insertions(+), 7 deletions(-)
(limited to 'linden')
diff --git a/linden/indra/cmake/Variables.cmake b/linden/indra/cmake/Variables.cmake
index 5868e4d..8f33a95 100644
--- a/linden/indra/cmake/Variables.cmake
+++ b/linden/indra/cmake/Variables.cmake
@@ -79,7 +79,7 @@ endif (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(GRID agni CACHE STRING "Target Grid")
set(VIEWER ON CACHE BOOL "Build Second Life viewer.")
-set(VIEWER_CHANNEL "Developer" CACHE STRING "Viewer Channel Name")
+set(VIEWER_CHANNEL "Imprudence" CACHE STRING "Viewer Channel Name")
set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing")
set(STANDALONE OFF CACHE BOOL "Do not use Linden-supplied prebuilt libraries.")
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h
index f357b76..2c6f951 100644
--- a/linden/indra/llcommon/llversionviewer.h
+++ b/linden/indra/llcommon/llversionviewer.h
@@ -37,6 +37,9 @@ const S32 LL_VERSION_MINOR = 21;
const S32 LL_VERSION_PATCH = 2;
const S32 LL_VERSION_BUILD = 0;
-const char * const LL_CHANNEL = "Second Life Release";
+const char * const LL_CHANNEL = "Imprudence";
+
+const char * const LL_VIEWER_NAME = "Second Life";
+const char * const IMP_VIEWER_NAME = "Imprudence";
#endif
diff --git a/linden/indra/newview/app_settings/settings.xml b/linden/indra/newview/app_settings/settings.xml
index 17698d7..be78dd7 100644
--- a/linden/indra/newview/app_settings/settings.xml
+++ b/linden/indra/newview/app_settings/settings.xml
@@ -9533,7 +9533,7 @@
Type
String
Value
- Second Life Release
+ Imprudence
VertexShaderEnable