diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-12-05 12:51:36 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-12-05 12:51:36 +0200 |
commit | 21d9e524f64637cba6f96c21ff8a4bcf30afc961 (patch) | |
tree | 8cf146379a0da52045fd5fd9fe97f1fdb5de074f /indra/newview/llfilepicker.cpp | |
parent | 69569df61c9e59eb50415a4ac7695426613afdc4 (diff) |
MAINT-3262 FIXED Cannot select image to upload to Web profile
Diffstat (limited to 'indra/newview/llfilepicker.cpp')
-rwxr-xr-x | indra/newview/llfilepicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index 16eacc9392..7fa3e176b0 100755 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -779,7 +779,7 @@ BOOL LLFilePicker::getOpenFile(ELoadFilter filter, bool blocking) if(filter == FFLOAD_ALL) // allow application bundles etc. to be traversed; important for DEV-16869, but generally useful { - mPickOptions &= F_NAV_SUPPORT; + mPickOptions |= F_NAV_SUPPORT; } if (blocking) |