gtk: fix desktop entry mimetype

Current application/x-snes-rom is not an official IANA mimetype:
https://www.iana.org/assignments/media-types/application/x-snes-rom

The correct mimetype is application/vnd.nintendo.snes.rom:
https://www.iana.org/assignments/media-types/application/vnd.nintendo.snes.rom

The old mimetype was kept since someone may be using it.
This commit is contained in:
Sebastien Nicouleaud 2015-01-07 22:44:44 +01:00
parent da9409b0e4
commit 92ef5edc15
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Name=Snes9x
Comment=Super NES Emulator
Type=Application
Categories=Game;Emulator;
MimeType=application/x-snes-rom;
MimeType=application/vnd.nintendo.snes.rom;application/x-snes-rom;
Exec=snes9x-gtk %F
TryExec=snes9x-gtk
Icon=snes9x