blob: 3906e6f30c4acdfae994a6c5f0fee4b24347b3fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- mlview.desktop.in
+++ mlview.desktop.in
@@ -1,13 +1,10 @@
[Desktop Entry]
-Version=0.9.4
-Encoding=UTF-8
Type=Application
Name=MlView XML Editor
GenericName=MlView Generic XML Editor
-Categories=Application;Development;
+Categories=Development;
Comment=A generic simple XML editor for GNOME
-Icon=mlview-app-icon.xpm
-TryExec=mlv
-Exec=@MLVIEW_EXE@ %F
+Icon=mlview-app-icon
+TryExec=mlview
+Exec=mlview %F
Terminal=false
-
|