diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-07-23 11:07:45 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-07-23 11:07:45 +0000 |
commit | d8bad64b348a840b991d8d48b6e09a2152a9b6c0 (patch) | |
tree | 6e3096f4c9c6020b13617d7b01baea203ee6bf63 /editors/mlview/files/patch-desktop.in | |
parent | - update distinfo (diff) |
- Update to MlView 0.8
- Dbus support
Diffstat (limited to 'editors/mlview/files/patch-desktop.in')
-rw-r--r-- | editors/mlview/files/patch-desktop.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/mlview/files/patch-desktop.in b/editors/mlview/files/patch-desktop.in new file mode 100644 index 000000000000..433fe9aea52a --- /dev/null +++ b/editors/mlview/files/patch-desktop.in @@ -0,0 +1,19 @@ +--- mlview.desktop.in.orig Sat Jun 25 14:57:05 2005 ++++ mlview.desktop.in Sat Jul 23 13:02:57 2005 +@@ -1,13 +1,13 @@ + [Desktop Entry] +-Version=0.9.4 ++Version=0.8.0 + Encoding=UTF-8 + Type=Application + Name=MlView XML Editor + GenericName=MlView Generic XML Editor + Categories=Application;Development; + Comment=A generic simple XML editor for GNOME +-Icon=mlview-app-icon.xpm +-TryExec=mlv ++Icon=/usr/X11R6/share/gnome/pixmaps/mlview-app-icon.xpm ++TryExec=mlview + Exec=@MLVIEW_EXE@ %F + Terminal=false + |