diff options
author | Jonathan Yap <none@none> | 2012-05-01 12:19:00 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-05-01 12:19:00 -0400 |
commit | bea4733193121a3918269101ba68fd7282e158ae (patch) | |
tree | 9c06939d0ee79e5c47c6b62fbc4a2454064ca408 /indra | |
parent | 2b0318ffd07b20a523c58156718ffab1a9d51271 (diff) |
STORM-1842 Change variable setting from TRUE to true
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c0197db4fc..8e8db07078 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 |