mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r21492) -Fix/Change/Revert [FS#4301]: apparantly version 1.1 of the desktop specs requires you to declare that file as being version 1.0, even though the 1.1 spec isn't a superset of the 1.0 spec. So revert back to stuff from the actual 1.0 spec.
This commit is contained in:
parent
542254e8ae
commit
c0999109a9
@ -1,10 +1,10 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
# http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html
|
# http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Version=1.1
|
Version=1.0
|
||||||
Name=!!MENU_NAME!!
|
Name=!!MENU_NAME!!
|
||||||
Icon=openttd
|
Icon=!!TTD!!
|
||||||
Exec=!!TTD!!
|
Exec=!!TTD!!
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=!!MENU_GROUP!!
|
Categories=!!MENU_GROUP!!
|
||||||
|
Loading…
Reference in New Issue
Block a user