[gnome-main-menu] [main-menu] Don't mark icon name as translatable
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-main-menu] [main-menu] Don't mark icon name as translatable
- Date: Wed, 17 Feb 2010 23:49:17 +0000 (UTC)
commit 948e08c9bf4b65d925e6efbdbc3e9f84a07b216e
Author: Vincent Untz <vuntz gnome org>
Date: Thu Feb 18 00:45:48 2010 +0100
[main-menu] Don't mark icon name as translatable
While the desktop entry spec says an icon can be localized, in practice,
translators don't want to do this.
https://bugzilla.gnome.org/show_bug.cgi?id=532406
main-menu/src/main-menu-migration.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/main-menu/src/main-menu-migration.c b/main-menu/src/main-menu-migration.c
index fc86961..1afe09b 100644
--- a/main-menu/src/main-menu-migration.c
+++ b/main-menu/src/main-menu-migration.c
@@ -191,7 +191,7 @@ migrate_system_gconf_to_bookmark_file ()
gnome_desktop_item_set_string (
ditem, GNOME_DESKTOP_ITEM_NAME, _("Lock Screen"));
gnome_desktop_item_set_string (
- ditem, GNOME_DESKTOP_ITEM_ICON, _("gnome-lockscreen"));
+ ditem, GNOME_DESKTOP_ITEM_ICON, "gnome-lockscreen");
gnome_desktop_item_set_string (
ditem, GNOME_DESKTOP_ITEM_EXEC, exec_string);
gnome_desktop_item_set_boolean (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]