summaryrefslogtreecommitdiffstats
path: root/mimetypes
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-16 20:55:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-16 20:55:54 -0600
commit6d15450dffbf0065b47ccb4b3a09f86829760e00 (patch)
tree1ffa04457f337df331df49ce55107a155a0a63e7 /mimetypes
parentcc59517de91098b7ca57d333d6ea39308106d2e9 (diff)
downloadtdelibs-6d15450dffbf0065b47ccb4b3a09f86829760e00.tar.gz
tdelibs-6d15450dffbf0065b47ccb4b3a09f86829760e00.zip
Fix accidental error introduced in GIT hash 2cd151
Diffstat (limited to 'mimetypes')
-rw-r--r--mimetypes/text/x-adasrc.desktop2
-rw-r--r--mimetypes/text/x-c++src.desktop2
2 files changed, 2 insertions, 2 deletions
diff --git a/mimetypes/text/x-adasrc.desktop b/mimetypes/text/x-adasrc.desktop
index 2933bf415..c9975bf60 100644
--- a/mimetypes/text/x-adasrc.desktop
+++ b/mimetypes/text/x-adasrc.desktop
@@ -82,7 +82,7 @@ Comment[zh_CN]=Ada 源文件
Comment[zh_HK]=Ada 源代碼
Comment[zh_TW]=Ada 原始檔
Comment[zu]=Ifayela Lemvelaphi le-Ada
-Icon=text-x-csrcpp
+Icon=text-x-c++src
Type=MimeType
MimeType=text/x-adasrc
Patterns=*.adb;*.ads;
diff --git a/mimetypes/text/x-c++src.desktop b/mimetypes/text/x-c++src.desktop
index 06ca0f140..4581d211e 100644
--- a/mimetypes/text/x-c++src.desktop
+++ b/mimetypes/text/x-c++src.desktop
@@ -81,7 +81,7 @@ Comment[zh_CN]=C++ 源文件
Comment[zh_HK]=C++ 源代碼
Comment[zh_TW]=C++ 原始檔
Comment[zu]=Ifayela Lemvelaphi le-C++
-Icon=text-x-csrcpp
+Icon=text-x-c++src
Type=MimeType
MimeType=text/x-c++src
Patterns=*.cpp;*.cxx;*.cc;*.C;*.CPP;