[Xfce4-commits] <xfce4-session:master> Remove duplicated accelerator.
Jérôme Guelfucci
noreply at xfce.org
Wed Feb 16 23:56:01 CET 2011
Updating branch refs/heads/master
to 698ab92d9c9057d2a3a16e9f69d3afa30b67035e (commit)
from 9f63340116716d4fefe7faef4bf0a2b2cc8e23c3 (commit)
commit 698ab92d9c9057d2a3a16e9f69d3afa30b67035e
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Wed Feb 16 23:53:52 2011 +0100
Remove duplicated accelerator.
xfce4-session/shutdown.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-session/shutdown.c b/xfce4-session/shutdown.c
index 8c386db..45031ba 100644
--- a/xfce4-session/shutdown.c
+++ b/xfce4-session/shutdown.c
@@ -496,7 +496,7 @@ shutdownDialog(const gchar *sessionName, XfsmShutdownType *shutdownType, gboolea
gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0);
g_object_unref (icon);
- label = gtk_label_new_with_mnemonic (_("_Shut Down"));
+ label = gtk_label_new_with_mnemonic (_("Shut _Down"));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0);
More information about the Xfce4-commits
mailing list