diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-24 13:56:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-24 13:56:43 -0500 |
commit | 3e14e7dd3d80c39e665700690a27d6f167e06770 (patch) | |
tree | 6686c642a2a5baad175ad7a1d91c9b42ed403904 /mimetypes | |
parent | 3a0f0172fb45826b6de854bd4f7c5a064b3c1cb5 (diff) | |
download | tdevelop-3e14e7dd3d80c39e665700690a27d6f167e06770.tar.gz tdevelop-3e14e7dd3d80c39e665700690a27d6f167e06770.zip |
Fix accidental duplication of text-x- in new mime icon strings
Diffstat (limited to 'mimetypes')
-rw-r--r-- | mimetypes/x-fortran.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimetypes/x-fortran.desktop b/mimetypes/x-fortran.desktop index 241c5016..800cf1c5 100644 --- a/mimetypes/x-fortran.desktop +++ b/mimetypes/x-fortran.desktop @@ -36,7 +36,7 @@ Comment[tr]=Fortran Kaynak Dosyası Comment[zh_CN]=Fortran 源文件 Comment[zh_TW]=Fortran 程式源碼檔 Hidden=false -Icon=text-x-text-x-fortran +Icon=text-x-fortran MimeType=text/x-fortran Patterns=*.f;*.F;*.f77;*.f90;*.f95;*.for;*.ftn;*.fpp Type=MimeType |