vendor neutral location

svn path=/trunk/kdebase/nsplugins/; revision=213346
This commit is contained in:
Stephan Kulow 2003-03-12 13:16:14 +00:00
parent f2ca08fe34
commit 819a796f89

View file

@ -444,6 +444,7 @@ QStringList getSearchPaths()
paths.append("/usr/lib/netscape/plugins-libc5");
paths.append("/usr/lib/netscape/plugins-libc6");
paths.append("/usr/lib/mozilla/plugins");
paths.append("/usr/lib/browser-plugins");
paths.append("$MOZILLA_HOME/plugins");
config->writeEntry( "scanPaths", paths );
}