diff options
author | Priit Laes <plaes@plaes.org> | 2009-08-04 15:43:53 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-08-05 07:03:54 +0800 |
commit | 0d92cfabd0c04937121d10cd2019c658bc525813 (patch) | |
tree | f682aadeec19648975c674633969094fb37542c1 /embed/ephy-embed.c | |
parent | 9763a388de2b6e698f238d9a1d40c84f7f200753 (diff) | |
download | gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar.gz gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar.bz2 gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar.lz gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar.xz gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.tar.zst gsoc2013-epiphany-0d92cfabd0c04937121d10cd2019c658bc525813.zip |
embed/ephy-embed.c: Fix mnemonic usage.
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 18c943f6b..ce1fb83cc 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -599,7 +599,7 @@ confirm_action_from_mime (WebKitWebView *web_view, g_free (mime_description); - button = gtk_button_new_with_label (_("_Save As...")); + button = gtk_button_new_with_mnemonic (_("_Save As...")); 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 */ |