diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index c0197db4fcea9fd2e7cb66c10ee5231e2bfe960a..8e8db07078fb10bc2b288613e892ac1b5f0037a4 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