summaryrefslogtreecommitdiff
path: root/indra/newview/llmimetypes.cpp
diff options
context:
space:
mode:
authorcallum_linden <none@none>2016-05-10 17:16:24 -0700
committercallum_linden <none@none>2016-05-10 17:16:24 -0700
commitbceafa5062db394048312aa7fe0a7706fb9524b7 (patch)
treed096cdc49f8671bb12492f46dffaea2f590e02f2 /indra/newview/llmimetypes.cpp
parented73eae302d3178dd37163e74902fe149baa2c9c (diff)
working test button in web browser floater - video inverted
Diffstat (limited to 'indra/newview/llmimetypes.cpp')
-rwxr-xr-xindra/newview/llmimetypes.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llmimetypes.cpp b/indra/newview/llmimetypes.cpp
index a2df14b4e7..790a184068 100755
--- a/indra/newview/llmimetypes.cpp
+++ b/indra/newview/llmimetypes.cpp
@@ -184,8 +184,7 @@ std::string LLMIMETypes::implType(const std::string& mime_type)
mime_info_map_t::const_iterator it = sMap.find(mime_type);
if (it != sMap.end())
{
- return "media_plugin_libvlc";
- //return it->second.mImpl;
+ return it->second.mImpl;
}
else
{