diff options
author | Dave Parks <davep@lindenlab.com> | 2010-01-06 15:02:43 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-01-06 15:02:43 -0600 |
commit | 078278bf51b50ded63d5f7c4a9d99146f72aba69 (patch) | |
tree | db0f645016a99c90a6f384b1fe58d53cd3467e07 /indra/newview/app_settings/logcontrol.xml | |
parent | f9e8fb504ba4cfb9e7c2b364d182f0c06981192e (diff) |
LLImportCollada no longer a singleton to prepare for subclassing.
Diffstat (limited to 'indra/newview/app_settings/logcontrol.xml')
-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..a5e2837f16 100644 --- a/indra/newview/app_settings/logcontrol.xml +++ b/indra/newview/app_settings/logcontrol.xml @@ -40,6 +40,8 @@ </array> <key>tags</key> <array> + <string>AppInit</string> + <string>Capabilities</string> </array> </map> </array> |