From 318ca55318d3c1d056f445e6ff01318d6fc59073 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Fri, 10 Feb 2012 20:25:17 +0100 Subject: Add missing mnemonic to string --- plugins/webdav-account-setup/webdav-contacts-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webdav-account-setup/webdav-contacts-source.c b/plugins/webdav-account-setup/webdav-contacts-source.c index a71eac36f1..1d4ab22e23 100644 --- a/plugins/webdav-account-setup/webdav-contacts-source.c +++ b/plugins/webdav-account-setup/webdav-contacts-source.c @@ -254,7 +254,7 @@ plugin_webdav_contacts (EPlugin *epl, spacer = gtk_label_new(" "); gtk_box_pack_start (hbox, spacer, FALSE, FALSE, 0); - label = gtk_label_new(_("URL:")); + label = gtk_label_new_with_mnemonic(_("_URL:")); gtk_box_pack_start (hbox, label, FALSE, FALSE, 0); uidata->url_entry = GTK_ENTRY (gtk_entry_new ()); -- cgit v1.2.3