summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webpluginfactory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index 8567b212..73291991 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -63,7 +63,8 @@ QObject *WebPluginFactory::create(const QString &mimeType,
return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues);
case 1:
- if (mimeType != QString("application/x-shockwave-flash"))
+ if (mimeType != QString("application/x-shockwave-flash")
+ || mimeType != QString("application/futuresplash"))
break;
if (_loadClickToFlash)