diff options
author | rubidium <rubidium@openttd.org> | 2010-12-13 01:59:58 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-13 01:59:58 +0000 |
commit | c0999109a9aabce2aac15306782b9d2ae81af314 (patch) | |
tree | ef2807a48a36267b89377a3e43737f49d9557589 /media/openttd.desktop.in | |
parent | 542254e8aeec02fd4e8580947269323d29a783f6 (diff) | |
download | openttd-c0999109a9aabce2aac15306782b9d2ae81af314.tar.xz |
(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.
Diffstat (limited to 'media/openttd.desktop.in')
-rw-r--r-- | media/openttd.desktop.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media/openttd.desktop.in b/media/openttd.desktop.in index d1cd8c70f..11b3cc631 100644 --- a/media/openttd.desktop.in +++ b/media/openttd.desktop.in @@ -1,10 +1,10 @@ # $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] Type=Application -Version=1.1 +Version=1.0 Name=!!MENU_NAME!! -Icon=openttd +Icon=!!TTD!! Exec=!!TTD!! Terminal=false Categories=!!MENU_GROUP!! |