summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-24 19:35:18 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-08-24 19:35:57 +0300
commit4f9f7de33b1a589b37a36acee1b009832d429a90 (patch)
treeba60621e99ec358490267c95d6af045200573ad8 /indra/newview/llfilepicker.h
parent7895ec18123274e0be5760cc1fce0a1898d5a8cd (diff)
SL-17653 File filter for local materials and textures in texture picker
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r--indra/newview/llfilepicker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index cb57c8437d..a03f3f6711 100644
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -87,7 +87,8 @@ public:
FFLOAD_DICTIONARY = 12,
FFLOAD_DIRECTORY = 13, // To call from lldirpicker.
FFLOAD_EXE = 14, // Note: EXE will be treated as ALL on Windows and Linux but not on Darwin
- FFLOAD_MATERIAL = 15
+ FFLOAD_MATERIAL = 15,
+ FFLOAD_MATERIAL_TEXTURE = 16,
};
enum ESaveFilter