summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2013-12-05 12:51:36 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2013-12-05 12:51:36 +0200
commit21d9e524f64637cba6f96c21ff8a4bcf30afc961 (patch)
tree8cf146379a0da52045fd5fd9fe97f1fdb5de074f /indra
parent69569df61c9e59eb50415a4ac7695426613afdc4 (diff)
MAINT-3262 FIXED Cannot select image to upload to Web profile
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfilepicker.cpp2
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)