[ghex] Fix .desktop file



commit 6e2420a3b860079a5672f196e8a18747f35bcbac
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Feb 8 02:50:47 2010 +0100

    Fix .desktop file
    
    So It follows .desktop file specification.
    See http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html
    and http://live.gnome.org/GnomeGoals/CorrectDesktopFiles

 ghex.desktop.in |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ghex.desktop.in b/ghex.desktop.in
index aaa6691..66b20b2 100644
--- a/ghex.desktop.in
+++ b/ghex.desktop.in
@@ -1,6 +1,7 @@
 [Desktop Entry]
-_Name=Hex Editor
-_Comment=GNOME Hexadecimal Editor
+_Name=GHex
+_GenericName=Hexadecimal Editor
+_Comment=Inspect and edit the contents of files
 Exec=ghex2 %F
 Terminal=false
 Type=Application



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]