From 910b602ca120402a9e6fccd1301ebb4346597024 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Oct 2014 17:26:54 -0500 Subject: Second part of prior commit --- nsplugins/pluginscan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nsplugins') 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) -- cgit v1.2.1