[gnome-panel/wip/user-menu: 1/11] panel: Remove Help from system menu and add My Account instead
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel/wip/user-menu: 1/11] panel: Remove Help from system menu and add My Account instead
- Date: Thu, 31 Mar 2011 13:10:01 +0000 (UTC)
commit 8f4da81e379d5ed3562b98bec47eede30df87ab7
Author: Vincent Untz <vuntz gnome org>
Date: Thu Mar 31 11:36:47 2011 +0530
panel: Remove Help from system menu and add My Account instead
This breaks the string freeze, but I'll merge translations from
gnome-shell later on.
gnome-panel/panel-menu-items.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gnome-panel/panel-menu-items.c b/gnome-panel/panel-menu-items.c
index 66c7af7..9fd6d4c 100644
--- a/gnome-panel/panel-menu-items.c
+++ b/gnome-panel/panel-menu-items.c
@@ -1195,12 +1195,14 @@ panel_desktop_menu_item_create_menu (PanelDesktopMenuItem *desktop_item,
desktop_menu = panel_create_menu ();
- item = panel_menu_item_desktop_new ("gnome-control-center.desktop",
- NULL, FALSE);
+ item = panel_menu_item_desktop_new ("gnome-user-accounts-panel.desktop",
+ _("My Account"), FALSE);
if (item)
gtk_menu_shell_append (GTK_MENU_SHELL (desktop_menu), item);
- item = panel_menu_item_desktop_new ("yelp.desktop",
+ /* Do not force the string like in gnome-shell, but just use the one
+ * from the .desktop file */
+ item = panel_menu_item_desktop_new ("gnome-control-center.desktop",
NULL, FALSE);
if (item)
gtk_menu_shell_append (GTK_MENU_SHELL (desktop_menu), item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]