summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorsimon <none@none>2014-06-24 09:47:21 -0700
committersimon <none@none>2014-06-24 09:47:21 -0700
commit527f180dd74d83e478d68402626ca23341cc42e6 (patch)
tree5aef870c565ef6f919e1cff257093c9b191ef0a5 /indra/newview/llfilepicker.h
parent07e7fbb4ade2e05c4863ca1e40ce26304449697d (diff)
parentc7057ef56efc1cca5683ca22e2ad410198d131e8 (diff)
Merge viewer-release and become version 3.7.11
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rwxr-xr-xindra/newview/llfilepicker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index f6a700d1c6..0e0cec3943 100755
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -87,7 +87,8 @@ public:
FFLOAD_COLLADA = 10,
FFLOAD_SCRIPT = 11,
FFLOAD_DICTIONARY = 12,
- FFLOAD_DIRECTORY = 13 //To call from lldirpicker.
+ 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
};
enum ESaveFilter