From 82b5aa3885f3e5190ef7836d9bd062ebfe0f5f67 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 10 Sep 2007 15:07:40 +0000 Subject: fix Icon key in example: it was using the .png extension for an icon name. 2007-09-10 Vincent Untz * desktop-entry-spec.xml: fix Icon key in example: it was using the .png extension for an icon name. Which is wrong :-) --- desktop-entry/ChangeLog | 5 +++++ desktop-entry/desktop-entry-spec.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'desktop-entry') diff --git a/desktop-entry/ChangeLog b/desktop-entry/ChangeLog index ab7f74c..77d4307 100644 --- a/desktop-entry/ChangeLog +++ b/desktop-entry/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Vincent Untz + + * desktop-entry-spec.xml: fix Icon key in example: it was using the + .png extension for an icon name. Which is wrong :-) + 2007-07-27 Vincent Untz * desktop-entry-spec.xml: don't say that the files are encoded as diff --git a/desktop-entry/desktop-entry-spec.xml b/desktop-entry/desktop-entry-spec.xml index 02130a9..21225d0 100644 --- a/desktop-entry/desktop-entry-spec.xml +++ b/desktop-entry/desktop-entry-spec.xml @@ -878,7 +878,7 @@ Name=Foo Viewer Comment=The best viewer for Foo objects available! TryExec=fooview Exec=fooview %F -Icon=fooview.png +Icon=fooview MimeType=image/x-foo; X-KDE-Library=libfooview X-KDE-FactoryName=fooviewfactory -- cgit v1.2.3-54-g00ecf