diff options
author | Khalid El Fathi <khalid@elfathi.fr> | 2012-05-07 19:08:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-07 10:49:20 -0700 |
commit | 7f426f0c5eb7fa57bf0ffd563f04445e7bc55262 (patch) | |
tree | d755b9006993defced0fbc1e7e3e8daec49bbb87 /subsurface.desktop | |
parent | 1a2fde26778b194305cc4b4537abed40ebc788d8 (diff) | |
download | subsurface-7f426f0c5eb7fa57bf0ffd563f04445e7bc55262.tar.gz |
Fix subsurface.desktop category entry
This desktop entry lists a category that is not one of the registered
Main or Additional Categories in the FreeDesktop specification.
Refer to
http://standards.freedesktop.org/menu-spec/1.0/apa.html
for details.
Signed-off-by: Khalid El Fathi <khalid@elfathi.fr>
Acked-By: Dirk Hohndel <dirk@hohndel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'subsurface.desktop')
-rw-r--r-- | subsurface.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.desktop b/subsurface.desktop index 6fdec1053..12eb679fd 100644 --- a/subsurface.desktop +++ b/subsurface.desktop @@ -6,5 +6,5 @@ Comment=manage and display dive computer data Icon=subsurface Exec=subsurface Terminal=false -Categories=Accessories; +Categories=Utility; |