diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 17:05:04 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 17:05:04 -0800 |
commit | b7ddd2e4fec6ea553b0b3d17e6ece987a6bcdd7a (patch) | |
tree | d9483e8d5d7279bc73ae5893af5b483ef2d9d43f /indra/media_plugins/webkit | |
parent | 7105ad1def21c3e55c5c650a954b966553fe4174 (diff) |
Fix a code comment now that we enable NSAPI plugins under Darwin.
Diffstat (limited to 'indra/media_plugins/webkit')
-rw-r--r-- | indra/media_plugins/webkit/media_plugin_webkit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/media_plugin_webkit.cpp b/indra/media_plugins/webkit/media_plugin_webkit.cpp index 844da76042..2ce295a4b2 100644 --- a/indra/media_plugins/webkit/media_plugin_webkit.cpp +++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp @@ -209,7 +209,7 @@ private: // Enable plugins LLQtWebKit::getInstance()->enablePlugins(true); #elif LL_DARWIN - // Disable plugins + // Enable plugins LLQtWebKit::getInstance()->enablePlugins(true); #elif LL_LINUX // Disable plugins |