From ebf898a9fc2f3b025533b27c9d835d57b089e84b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 5 Mar 2010 10:00:30 -0500 Subject: =?UTF-8?q?Bug=C2=A0611883=20-=20Missing=20mnemonic=20in=20automat?= =?UTF-8?q?ic=20contacts=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bbdb/bbdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index e3666f94de..2c88afd787 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -743,7 +743,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) gtk_box_pack_start (GTK_BOX (hbox), inner_vbox, FALSE, FALSE, 0); /* Enable Gaim Checkbox */ - check_gaim = gtk_check_button_new_with_mnemonic (_("Synchronize contact info and images from Pidgin buddy list")); + check_gaim = gtk_check_button_new_with_mnemonic (_("_Synchronize contact info and images from Pidgin buddy list")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check_gaim), gconf_client_get_bool (target->gconf, GCONF_KEY_ENABLE_GAIM, NULL)); g_signal_connect (GTK_TOGGLE_BUTTON (check_gaim), "toggled", G_CALLBACK (enable_gaim_toggled_cb), stuff); gtk_box_pack_start (GTK_BOX (inner_vbox), check_gaim, FALSE, FALSE, 0); -- cgit v1.2.3