[gnome-photos] Use real application name instead of a variable in .desktop file



commit 8b9ef6e6a90ef838d6f9cf3c7ed99ce805fb58a0
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Mon Apr 30 16:26:20 2012 +0200

    Use real application name instead of a variable in .desktop file
    
    Variables don't really work well with i18n.

 data/gnome-photos.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-photos.desktop.in.in b/data/gnome-photos.desktop.in.in
index e2340b0..d7b1859 100644
--- a/data/gnome-photos.desktop.in.in
+++ b/data/gnome-photos.desktop.in.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-_Name= PACKAGE_NAME@
+_Name=Photos
 _Comment=Access, organize and share photos
 Exec= PACKAGE_TARNAME@
 Icon= PACKAGE_TARNAME@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]