diff options
| author | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
| commit | bceafa5062db394048312aa7fe0a7706fb9524b7 (patch) | |
| tree | d096cdc49f8671bb12492f46dffaea2f590e02f2 /indra/newview/llmimetypes.cpp | |
| parent | ed73eae302d3178dd37163e74902fe149baa2c9c (diff) | |
working test button in web browser floater - video inverted
Diffstat (limited to 'indra/newview/llmimetypes.cpp')
| -rwxr-xr-x | indra/newview/llmimetypes.cpp | 3 |
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 { |
