]> Pileus Git - ~andy/gtk/commitdiff
appchooserdialog: add a missing label mnemonic
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 10 Aug 2012 11:28:01 +0000 (13:28 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 10 Aug 2012 11:28:01 +0000 (13:28 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=681577

gtk/gtkappchooserdialog.c

index 556486997621fda5835a125f16bc0a43632aa731..b63f0df72a9fd3001da45020bd6ec2257ca76c6a 100644 (file)
@@ -185,7 +185,7 @@ app_chooser_online_get_default_ready_cb (GObject *source,
       GtkWidget *action_area;
 
       action_area = gtk_dialog_get_action_area (GTK_DIALOG (self));
-      self->priv->online_button = gtk_button_new_with_label (_("Find applications online"));
+      self->priv->online_button = gtk_button_new_with_mnemonic (_("_Find applications online"));
       gtk_box_pack_start (GTK_BOX (action_area), self->priv->online_button,
                           FALSE, FALSE, 0);
       gtk_button_box_set_child_secondary (GTK_BUTTON_BOX (action_area), self->priv->online_button,