diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:24 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:24 -0500 |
commit | cb32155fe1e1abcaa9400d6e6d276095b7cf3c71 (patch) | |
tree | 9d9f00f71f34ef3ac9e72c80fe4a4d9ea4adba36 /tdefile-plugins/c++ | |
parent | 0aaf68de74bb5822190d4c5d9efe3b34eb42c004 (diff) | |
download | tdesdk-cb32155fe1e1abcaa9400d6e6d276095b7cf3c71.tar.gz tdesdk-cb32155fe1e1abcaa9400d6e6d276095b7cf3c71.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'tdefile-plugins/c++')
-rw-r--r-- | tdefile-plugins/c++/tdefile_cpp.desktop | 2 | ||||
-rw-r--r-- | tdefile-plugins/c++/tdefile_h.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/c++/tdefile_cpp.desktop b/tdefile-plugins/c++/tdefile_cpp.desktop index 7bbed693..787c6a6e 100644 --- a/tdefile-plugins/c++/tdefile_cpp.desktop +++ b/tdefile-plugins/c++/tdefile_cpp.desktop @@ -53,7 +53,7 @@ Name[uk]=Інформація про C++ Name[xh]=C++ Ulwazi Name[zh_CN]=C++ 信息 Name[zh_TW]=C++ 資訊 -ServiceTypes=KFilePlugin +X-TDE-ServiceTypes=KFilePlugin X-TDE-Library=tdefile_cpp MimeType=text/x-c++src;text/x-chdr PreferredGroups=General diff --git a/tdefile-plugins/c++/tdefile_h.desktop b/tdefile-plugins/c++/tdefile_h.desktop index 539ff599..d77ea6e2 100644 --- a/tdefile-plugins/c++/tdefile_h.desktop +++ b/tdefile-plugins/c++/tdefile_h.desktop @@ -52,7 +52,7 @@ Name[uk]=Інформація по заголовкам C++ Name[xh]=C/C++ Ulwazi lokubhaliweyo okuphezulu Name[zh_CN]=C/C++ 头文件信息 Name[zh_TW]=C/C++ 檔頭資訊 -ServiceTypes=KFilePlugin +X-TDE-ServiceTypes=KFilePlugin X-TDE-Library=tdefile_cpp MimeType=text/x-chdr PreferredItems=Lines,Code,Comment,Blank,Strings,i18n Strings,Included Files |