diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-05 22:22:56 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-09-05 22:22:56 +0300 |
commit | c8711f4ea5d941d12ae7e6cf99302bfc3211dd3c (patch) | |
tree | afa92b5901bcfa4b7eac9f4a2f87881760da8737 /indra/newview/llfilepicker.h | |
parent | d454512050e636a19e4b7545515dea4f4b1bbf0d (diff) |
Initial prototype of embedded LUA
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r-- | 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 692b908fff..cb453ea87e 100644 --- a/indra/newview/llfilepicker.h +++ b/indra/newview/llfilepicker.h @@ -85,7 +85,8 @@ public: FFLOAD_SCRIPT = 11, 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_EXE = 14, // Note: EXE will be treated as ALL on Windows and Linux but not on Darwin + FFLOAD_LUA = 15 }; enum ESaveFilter |