diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-20 12:53:03 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-08-20 12:53:03 +0300 |
commit | 3d9c39c77cd4e4e8da8abf9234f1c751762985e6 (patch) | |
tree | 9c184f738ce3cf96fab61b9d640f38c138a131ec /indra/newview/llviewermenu.cpp | |
parent | 6ff420d705625fef4b0456c19bb9c766cabb31af (diff) |
MAINT-6663 [Win LibVLC] test video buttons still appearing in search
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index f5b06fbd19..697199df6b 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -7906,7 +7906,7 @@ void handle_web_browser_test(const LLSD& param) void handle_web_content_test(const LLSD& param) { std::string url = param.asString(); - LLWeb::loadURLInternal(url); + LLWeb::loadURLInternal(url, LLStringUtil::null, LLStringUtil::null, true); } void handle_show_url(const LLSD& param) |