Append a semicolon to the mime types in the desktop file.

According to the spec the list of mime types in a desktop
file 'should' end with a trailing semicolon.
This commit is contained in:
Christian Dywan 2008-02-04 22:08:38 +01:00
parent 25ac3e9932
commit fbcd3a9680

View file

@ -7,7 +7,7 @@ Name=Midori Web Browser
GenericName=Web Browser GenericName=Web Browser
Comment=Lightweight web browser Comment=Lightweight web browser
Categories=GTK;Network; Categories=GTK;Network;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml MimeType=text/html;text/xml;application/xhtml+xml;application/xml;
Exec=midori %u Exec=midori %u
Icon=web-browser Icon=web-browser
Terminal=false Terminal=false