diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:26:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:26:54 -0500 |
commit | 910b602ca120402a9e6fccd1301ebb4346597024 (patch) | |
tree | 971cca16fa244f33d63fefa926011d4d97a4900c /nsplugins | |
parent | ee9dade9cf387a60b5c2a591500f68d8096ad9dc (diff) | |
download | tdebase-910b602ca120402a9e6fccd1301ebb4346597024.tar.gz tdebase-910b602ca120402a9e6fccd1301ebb4346597024.zip |
Second part of prior commit
Diffstat (limited to 'nsplugins')
-rw-r--r-- | nsplugins/pluginscan.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsplugins/pluginscan.cpp b/nsplugins/pluginscan.cpp index 0b6855c42..8e08178be 100644 --- a/nsplugins/pluginscan.cpp +++ b/nsplugins/pluginscan.cpp @@ -470,8 +470,8 @@ void writeServicesFile( TQStringList mimeTypes ) ts << "Icon=netscape" << endl; ts << "Comment=" << i18n("Netscape plugin viewer") << endl; ts << "X-TDE-Library=libnsplugin" << endl; - ts << "InitialPreference=7" << endl; - ts << "ServiceTypes=KParts/ReadOnlyPart,Browser/View" << endl; + ts << "X-TDE-InitialPreference=7" << endl; + ts << "X-TDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View" << endl; ts << "X-TDE-BrowserView-PluginsInfo=nsplugins/pluginsinfo" << endl; if (mimeTypes.count() > 0) |