diff options
| author | Monroe Linden <monroe@lindenlab.com> | 2009-12-11 10:43:23 -0800 | 
|---|---|---|
| committer | Monroe Linden <monroe@lindenlab.com> | 2009-12-11 10:43:23 -0800 | 
| commit | bf9609294fa0c5c4cf37e7b84f128cd05ec39403 (patch) | |
| tree | 7706268aa5b512d8b8b7bda59f7c4b64883a2b4e | |
| parent | b418328083db09f430e2e93e603d16ce7bca3e20 (diff) | |
Enable plugins in the Mac build of the webkit plugin.
| -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 276ad39dfb..ae4f4d810f 100644 --- a/indra/media_plugins/webkit/media_plugin_webkit.cpp +++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp @@ -211,7 +211,7 @@ private:  			LLQtWebKit::getInstance()->enablePlugins(true);  #elif LL_DARWIN  			// Disable plugins -			LLQtWebKit::getInstance()->enablePlugins(false); +			LLQtWebKit::getInstance()->enablePlugins(true);  #elif LL_LINUX  			// Disable plugins  			LLQtWebKit::getInstance()->enablePlugins(false); | 
