From bb8417d6be6f0ef61697cf85923d15f876738d89 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 9 Jun 2012 01:50:50 -0500 Subject: [PATCH] Added some missing settings pertaining to marketplace features. --- indra/newview/app_settings/settings.xml | 66 +++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 3f2c00386..cf09680e1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7257,6 +7257,72 @@ Value 1.0 + InventoryDisplayInbox + + Comment + Override received items inventory inbox display + Persist + 0 + Type + Boolean + Value + 0 + + InventoryDisplayOutbox + + Comment + Override merchant inventory outbox display + Persist + 0 + Type + Boolean + Value + 0 + + InventoryOutboxLogging + + Comment + Enable debug output associated with the Merchant Outbox. + Persist + 1 + Type + Boolean + Value + 0 + + InventoryOutboxMaxFolderCount + + Comment + Maximum number of subfolders allowed in a listing in the merchant outbox. + Persist + 0 + Type + U32 + Value + 21 + + InventoryOutboxMaxFolderDepth + + Comment + Maximum number of nested levels of subfolders allowed in a listing in the merchant outbox. + Persist + 0 + Type + U32 + Value + 4 + + InventoryOutboxMaxItemCount + + Comment + Maximum number of items allowed in a listing in the merchant outbox. + Persist + 0 + Type + U32 + Value + 200 + InventorySortOrder Comment