[gnome-bluetooth] Fix underline in "Set up new device"
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] Fix underline in "Set up new device"
- Date: Mon, 3 Aug 2009 14:56:12 +0000 (UTC)
commit ef19a122dfbab08f8df460df3d17db1798330e11
Author: Bastien Nocera <hadess hadess net>
Date: Mon Aug 3 15:55:48 2009 +0100
Fix underline in "Set up new device"
Spotted by Matthias Clasen
properties/adapter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/properties/adapter.c b/properties/adapter.c
index 8ef85c8..dd0b3ca 100644
--- a/properties/adapter.c
+++ b/properties/adapter.c
@@ -434,7 +434,7 @@ static void create_adapter(adapter_data *adapter)
gtk_table_attach(GTK_TABLE(table), buttonbox, 1, 2, 1, 2,
GTK_FILL, GTK_FILL, 6, 6);
- button = gtk_button_new_with_label(_("Set up _new device..."));
+ button = gtk_button_new_with_mnemonic(_("Set up _new device..."));
image = gtk_image_new_from_stock(GTK_STOCK_ADD,
GTK_ICON_SIZE_BUTTON);
gtk_button_set_image(GTK_BUTTON(button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]