summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-12-18 11:12:46 -0800
committerMerov Linden <merov@lindenlab.com>2013-12-18 11:12:46 -0800
commitbe80b11d3063cc1b394ed604901418ba421cd86c (patch)
tree629e196842cee05af4d67b27fcb2b4892acd1e6a /indra/newview/llfilepicker.h
parent798d62a467035e255ef172e0be1f707ba15f5d04 (diff)
Fix FFLOAD_ALL issue in file picker, add FFLOAD_EXE to fix exe picking on Mac Cocoa
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 f0f82c51db..0b89e2716c 100755
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -86,7 +86,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