diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2013-07-26 10:42:58 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2013-07-26 10:42:58 -0400 |
commit | 0906d000b36d4da2116e0b9347a37598c918ce08 (patch) | |
tree | c0b54b68623ed6922a890a7fdf057886a0af3729 /indra/newview/llviewercontrol.cpp | |
parent | a207b24d331539e16bd66ca09df3c585529c99f0 (diff) | |
parent | 1bcce503a958e39d92206e8e0539fe664fdd1ece (diff) |
CHOP-955: merge viewer_manifest.py file_list fix
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-rwxr-xr-x | indra/newview/llviewercontrol.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index afbb59e723..744ec4de2b 100755 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -83,7 +83,9 @@ BOOL gHackGodmode = FALSE; #endif - +// Should you contemplate changing the name "Global", please first grep for +// that string literal. There are at least a couple other places in the C++ +// code that assume the LLControlGroup named "Global" is gSavedSettings. LLControlGroup gSavedSettings("Global"); // saved at end of session LLControlGroup gSavedPerAccountSettings("PerAccount"); // saved at end of session LLControlGroup gCrashSettings("CrashSettings"); // saved at end of session |