From 30740ebdadb05768e8227aade160c37265b16498 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 15 Jun 2004 01:09:20 +0000 Subject: Use GenericName. See #144284 for the hig change. Fix bug #140625. 2004-06-15 Marco Pesenti Gritti * data/bme.desktop.in: * data/epiphany.desktop.in: Use GenericName. See #144284 for the hig change. Fix bug #140625. --- data/bme.desktop.in | 3 ++- data/epiphany.desktop.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/bme.desktop.in b/data/bme.desktop.in index c2f708164..c4c7ea3c3 100644 --- a/data/bme.desktop.in +++ b/data/bme.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Web Bookmarks +_Name=Epiphany Web Bookmarks +_GenericName=Web Bookmarks _Comment=Browse and organize your bookmarks Exec=epiphany --bookmarks-editor StartupNotify=true diff --git a/data/epiphany.desktop.in b/data/epiphany.desktop.in index 09f4ee46c..d9ada8895 100644 --- a/data/epiphany.desktop.in +++ b/data/epiphany.desktop.in @@ -1,6 +1,7 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Web Browser +_Name=Epiphany Web Browser +_GenericName=Web Browser _Comment=Browse the web Exec=epiphany %U StartupNotify=true -- cgit