From bea4733193121a3918269101ba68fd7282e158ae Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Tue, 1 May 2012 12:19:00 -0400
Subject: [PATCH] STORM-1842 Change variable setting from TRUE to true

---
 indra/newview/llappviewer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index c0197db4fce..8e8db07078f 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4964,7 +4964,7 @@ void LLAppViewer::handleLoginComplete()
 
 	// we logged in successfully, so save settings on logout
 	llinfos << "Login successful, per account settings will be saved on log out." << llendl;
-	mSavePerAccountSettings=TRUE;
+	mSavePerAccountSettings=true;
 }
 
 // *TODO - generalize this and move DSO wrangling to a helper class -brad
-- 
GitLab