diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 1 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index b5853ad9a3..7254015d64 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -73,7 +73,7 @@  // Increment this if the inventory contents change in a non-backwards-compatible way.  // For viewer 2, the addition of link items makes a pre-viewer-2 cache incorrect. -const S32 LLInventoryModel::sCurrentInvCacheVersion = 2; +const S32 LLInventoryModel::sCurrentInvCacheVersion = 3;  BOOL LLInventoryModel::sFirstTimeInViewer2 = TRUE;  ///---------------------------------------------------------------------------- diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 9f183d137d..e7e1a24f5e 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2474,6 +2474,7 @@ If you continue to receive this message, please contact Second Life support for  	<string name="InvFolder Received Items">Received Items</string>  	<string name="InvFolder Merchant Outbox">Merchant Outbox</string>    <string name="InvFolder Settings">Settings</string> +  <string name="InvFolder Material">Materials</string>    <string name="InvFolder Materials">Materials</string>    <!-- are used for Friends and Friends/All folders in Inventory "Calling cards" folder. See EXT-694-->  | 
