summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2016-08-20 12:53:03 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2016-08-20 12:53:03 +0300
commit3d9c39c77cd4e4e8da8abf9234f1c751762985e6 (patch)
tree9c184f738ce3cf96fab61b9d640f38c138a131ec /indra/newview/llviewermenu.cpp
parent6ff420d705625fef4b0456c19bb9c766cabb31af (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.cpp2
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)