diff options
author | Merov Linden <merov@lindenlab.com> | 2013-12-18 11:12:46 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-12-18 11:12:46 -0800 |
commit | be80b11d3063cc1b394ed604901418ba421cd86c (patch) | |
tree | 629e196842cee05af4d67b27fcb2b4892acd1e6a /indra/newview/llfilepicker.h | |
parent | 798d62a467035e255ef172e0be1f707ba15f5d04 (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-x | indra/newview/llfilepicker.h | 3 |
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 |