From 51dfe1d703d2ea1f613ad68deab3a1926a790de4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 25 Mar 2004 23:41:12 +0000 Subject: Use stock icon for open. Fixes bug #135765. 2004-03-25 Christian Persch * embed/mozilla/ContentHandler.cpp: (MIMEConfirmAction): Use stock icon for open. Fixes bug #135765. --- ChangeLog | 6 ++++++ embed/mozilla/ContentHandler.cpp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 426fd0f6b..f58380556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-25 Christian Persch + + * embed/mozilla/ContentHandler.cpp: (MIMEConfirmAction): + + Use stock icon for open. Fixes bug #135765. + 2004-03-25 Christian Persch * embed/ephy-embed.c: (ephy_embed_base_init): diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index dd192ef6a..8ae828424 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -41,6 +41,7 @@ #include "ephy-embed-single.h" #include "ephy-embed-shell.h" #include "ephy-file-chooser.h" +#include "ephy-stock-icons.h" #include "ephy-debug.h" #include @@ -239,7 +240,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () action_label = (mAction == CONTENT_ACTION_OPEN) || (mAction == CONTENT_ACTION_OPEN_TMP) ? - _("_Open") : _("_Download"); + GTK_STOCK_OPEN : _("_Download"); dialog = gtk_dialog_new_with_buttons ("", parentWindow, GTK_DIALOG_NO_SEPARATOR, -- cgit v1.2.3