From 0ff65651cc219eef959c5e961663de2a07595e5a Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Wed, 27 Jun 2018 23:52:02 +0100 Subject: MAINT-8011 make newly created Sky, Water, etc create a system folder with proper icon Add entries to strings.xml for all langs for the "settings" string. --- indra/llinventory/llfoldertype.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llinventory/llfoldertype.h') diff --git a/indra/llinventory/llfoldertype.h b/indra/llinventory/llfoldertype.h index 515bb05a3f..85b86f9ce5 100644 --- a/indra/llinventory/llfoldertype.h +++ b/indra/llinventory/llfoldertype.h @@ -91,6 +91,8 @@ public: FT_MARKETPLACE_STOCK = 54, FT_MARKETPLACE_VERSION = 55, // Note: We actually *never* create folders with that type. This is used for icon override only. + FT_SETTINGS = 56, + FT_COUNT, FT_NONE = -1 -- cgit v1.2.3