summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index 0a94cc55b7f9..709b2b18c67e 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: winmgr.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-05-30 11:15:34 $
+ * last change: $Author: pl $ $Date: 2001-06-07 09:20:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,7 +149,9 @@ static void addPluginsFromPath( const TCHAR * pPluginsPath, PluginLocationMap &
// no netscape default plugin anymore...
// and no double plugin dlls
- if (!aName.equals( "npnul32.dll" ) && rPlugins.find( aName ) == rPlugins.end())
+ if ( !aName.equals( "npnul32.dll" ) &&
+ ! aName.equals( "npnrvp.dll" ) &&
+ rPlugins.find( aName ) == rPlugins.end())
{
TCHAR arComplete[MAX_PATH];
::lstrcpy( arComplete, arPluginsPath );