diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2012-09-12 09:58:10 +0200 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2012-09-12 09:58:10 +0200 |
commit | b45b977793621ada25c00d426a2aabcb19615c17 (patch) | |
tree | b7957da6c3d204e265cfed8a20c6e82d05ca5ad2 /tools | |
parent | ee83efc805c61f25c381efaaded06c4620cb4cae (diff) |
fixed: trailing semicolon missing in desktop file (closes #13330 - thanks amak79)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Linux/xbmc.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/xbmc.desktop b/tools/Linux/xbmc.desktop index fd3ea1b869..4519ad2167 100644 --- a/tools/Linux/xbmc.desktop +++ b/tools/Linux/xbmc.desktop @@ -9,7 +9,7 @@ Terminal=false Type=Application Categories=AudioVideo;Video;Player;TV; -Actions=Fullscreen;Standalone +Actions=Fullscreen;Standalone; [Desktop Action Fullscreen] Name=Open in fullscreen |