Revision: 4823 http://geany.svn.sourceforge.net/geany/?rev=4823&view=rev Author: dmaphy Date: 2010-04-15 18:12:25 +0000 (Thu, 15 Apr 2010)
Log Message: ----------- Fix the mimetypes for PHP3, PHP4 and PHP5 in the desktopfile.
Modified Paths: -------------- trunk/geany.desktop.in
Modified: trunk/geany.desktop.in =================================================================== --- trunk/geany.desktop.in 2010-04-15 16:30:50 UTC (rev 4822) +++ trunk/geany.desktop.in 2010-04-15 18:12:25 UTC (rev 4823) @@ -8,5 +8,5 @@ Icon=geany Terminal=false 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.