summaryrefslogtreecommitdiffstats
path: root/src/config.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-11 17:19:20 -0500
committerTimothy Pearson <[email protected]>2014-10-11 17:19:20 -0500
commitc498e25e50025ea570ae3d28008d404dd4ef9edd (patch)
tree46bfed61c3d53d6699b902532882611462c7905a /src/config.cpp
parent0c27e80120306d43cede9d10f70142bbcd2ba879 (diff)
downloadsoundkonverter-c498e25e50025ea570ae3d28008d404dd4ef9edd.tar.gz
soundkonverter-c498e25e50025ea570ae3d28008d404dd4ef9edd.zip
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src/config.cpp')
-rwxr-xr-xsrc/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp
index 52ebd50..d33d975 100755
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -478,7 +478,7 @@ void Config::writeServiceMenu()
num = 0;
content = "";
content += "[Desktop Entry]\n";
- content += "ServiceTypes=";
+ content += "X-TDE-ServiceTypes=";
for( TQValueList<FormatItem>::Iterator it = formats.begin(); it != formats.end(); ++it ) {
// if( (*it).encoder != 0 && binaries[(*it).encoder->enc.bin] != "" && (*it).mime_types.first() != "application/octet-stream" ) {