diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-05-27 11:52:39 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-27 11:52:39 -0700 |
commit | 1f101ee2a3494565275deac8ab63a1a4c6512eb0 (patch) | |
tree | aa76cc273a51e4818996f1221ded24ce2c6e32ee /indra/newview/app_settings | |
parent | 32ad37b3f7ca48564bd15de2664f323ad4a2d367 (diff) |
EXT-7388 - --grid command-line argument does nothing
QAR-3119 --grid command-line argument does nothing
Made --grid specifier case insensitive.
Fixed some issues with specifying non-well-known-grids
Fixed some issues with specifying --loginuri, --loginpage and --helperuri
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/logcontrol.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml index d7bb64ce8a..0d27c20d40 100644 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -25,6 +25,7 @@ <string>AppCache</string> <string>Window</string> <string>RenderInit</string> + <string>GridManager</string> </array> </map> <map> @@ -40,6 +41,7 @@ </array> <key>tags</key> <array> + <string>GridManager</string> </array> </map> </array> |