[Xfce4-commits] <xfce4-panel:devel> Do not translate Xfce Panel in the plugins menu.

Nick Schermer nick at xfce.org
Tue Aug 11 20:32:04 CEST 2009


Updating branch refs/heads/devel
         to 4466ab7651f2559e9aa5693a847e8d10959b16a0 (commit)
       from 063f465140d068588a54cfa82dc3ea2dc0f9a08f (commit)

commit 4466ab7651f2559e9aa5693a847e8d10959b16a0
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 15 18:35:20 2009 +0200

    Do not translate Xfce Panel in the plugins menu.

 libxfce4panel/xfce-panel-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index b5dedcf..0473ea0 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -799,7 +799,7 @@ xfce_panel_plugin_menu_get (XfcePanelPlugin *plugin)
 
       /* create a panel submenu item */
       submenu = gtk_menu_new ();
-      item = gtk_image_menu_item_new_with_mnemonic (_("_Xfce Panel"));
+      item = gtk_image_menu_item_new_with_mnemonic ("_Xfce Panel");
       gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
       gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), submenu);
       gtk_widget_show (item);



More information about the Xfce4-commits mailing list