From ad9d3c774744e9ca4ca981e6aea32883a53b35d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 3 Sep 2008 20:43:17 +0000 Subject: [PATCH] Bug #546064: Make gnucash.desktop survive a desktop entry specification 1.0 verification. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch from Saïvann Carignan. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17492 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/gnucash.desktop.in.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gnome/gnucash.desktop.in.in b/src/gnome/gnucash.desktop.in.in index e84e14ffde..4964b5020f 100644 --- a/src/gnome/gnucash.desktop.in.in +++ b/src/gnome/gnucash.desktop.in.in @@ -1,15 +1,14 @@ [Desktop Entry] Type=Application -MimeType=application/x-gnucash +MimeType=application/x-gnucash; Version=0.9.4 -Encoding=UTF-8 _Name=GnuCash Finance Management _Comment=Manage your finances, accounts, and investments Exec=gnucash %f Icon=gnucash-icon StartupNotify=true Terminal=false -Categories=Application;Office;Finance; +Categories=Office;Finance; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=GnuCash X-GNOME-Bugzilla-Component=General