[gnome-bluetooth/fedora-11] Fix underline in "Set up new device"



commit e1570bfc65aa2d26d7ca117a0b3e1a81f85d2d62
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 122df2b..8b6a7db 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(_("Setup _new device..."));
+	button = gtk_button_new_with_mnemonic(_("Setup _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]