--- epiphany-2.26.3/embed/mozilla/ContentHandler.cpp.alt 2009-05-28 23:26:21 +0400 +++ epiphany-2.26.3/embed/mozilla/ContentHandler.cpp 2009-09-28 20:45:36 +0400 @@ -338,6 +338,7 @@ NS_METHOD GContentHandler::MIMEConfirmAc g_free (mime_description); button = gtk_button_new_with_label (_("_Save As...")); + gtk_button_set_use_underline (GTK_BUTTON (button), TRUE); image = gtk_image_new_from_stock (GTK_STOCK_SAVE_AS, GTK_ICON_SIZE_BUTTON); gtk_button_set_image (GTK_BUTTON (button), image); /* don't show the image! see bug #307818 */