diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2024-06-12 15:57:20 -0700 | 
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-06-13 09:11:40 -0700 | 
| commit | fa4e463ba87a483a62528cf67bcb93b14add4911 (patch) | |
| tree | 6df4b0d97ef11e357b144981b8f09c9d3470844a | |
| parent | 8861264d8d3f4c9e8fa5f62ec57f73b0b2fd2ff0 (diff) | |
secondlife/viewer#1744: Fix missing LSL constant INVENTORY_SETTING in keywords_lsl_default.xml
| -rwxr-xr-x | doc/contributions.txt | 1 | ||||
| -rw-r--r-- | indra/newview/app_settings/keywords_lsl_default.xml | 9 | 
2 files changed, 10 insertions, 0 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index 024ca90d2f..5a4d276a20 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -606,6 +606,7 @@ Henri Beauchamp  	SL-19110  	SL-19159  	[NO JIRA] (fullbright HUD alpha fix) +    secondlife/viewer#1744  herina Bode  Hikkoshi Sakai  	VWR-429 diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 893b017367..f99b86bd39 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -1945,6 +1945,15 @@              <key>tooltip</key>              <string/>           </map> +         <key>INVENTORY_SETTING</key> +         <map> +            <key>type</key> +            <string>integer</string> +            <key>value</key> +            <integer>56</integer> +            <key>tooltip</key> +            <string/> +         </map>           <key>INVENTORY_SOUND</key>           <map>              <key>type</key> | 
