diff options
-rw-r--r-- | desktop-entry/ChangeLog | 5 | ||||
-rw-r--r-- | desktop-entry/desktop-entry-spec.xml | 2 |
2 files changed, 6 insertions, 1 deletions
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 <vuntz@gnome.org> + + * 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 <vuntz@gnome.org> * 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 |