[epiphany] embed/ephy-embed.c: Fix mnemonic usage.
- From: Priit Laes <plaes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] embed/ephy-embed.c: Fix mnemonic usage.
- Date: Tue, 4 Aug 2009 20:08:39 +0000 (UTC)
commit 0d92cfabd0c04937121d10cd2019c658bc525813
Author: Priit Laes <plaes plaes org>
Date: Tue Aug 4 10:43:53 2009 +0300
embed/ephy-embed.c: Fix mnemonic usage.
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 18c943f..ce1fb83 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]