DEV-43898 Enable Flash-on-a-prim on Linux. Yowza!

master
Tofu Linden 2009-12-17 17:43:31 -08:00
parent 4bc23bc07d
commit d8a574ce57
1 changed files with 2 additions and 2 deletions

View File

@ -212,8 +212,8 @@ private:
// Enable plugins
LLQtWebKit::getInstance()->enablePlugins(true);
#elif LL_LINUX
// Disable plugins
LLQtWebKit::getInstance()->enablePlugins(false);
// Enable plugins
LLQtWebKit::getInstance()->enablePlugins(true);
#endif
// Enable cookies
LLQtWebKit::getInstance()->enableCookies( true );