Kaydet (Commit) 0290d748 authored tarafından Dominic Hopf's avatar Dominic Hopf

Fix the mimetypes for PHP3, PHP4 and PHP5 in the desktopfile.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4823 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 09c80f71
...@@ -8,5 +8,5 @@ Exec=geany %F ...@@ -8,5 +8,5 @@ Exec=geany %F
Icon=geany Icon=geany
Terminal=false Terminal=false
Categories=GTK;Development;IDE; Categories=GTK;Development;IDE;
MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php*;application/xml;text/html;text/css;text/x-sql;text/x-diff; MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php3;application/x-httpd-php4;application/x-httpd-php5;application/xml;text/html;text/css;text/x-sql;text/x-diff;
StartupNotify=true StartupNotify=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment