From 9858006c017531ae84f709a346273a0cb5b4f968 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 27 Mar 2004 12:59:25 +0000 Subject: Register our stock icons. 2004-03-27 Christian Persch * lib/ephy-stock-icons.c: (ephy_stock_icons_init): Register our stock icons. * embed/mozilla/ContentHandler.cpp: Use stock icon for "Download". --- embed/mozilla/ContentHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/mozilla/ContentHandler.cpp') diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 8ae828424..5cd1bdbbe 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -240,7 +240,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () action_label = (mAction == CONTENT_ACTION_OPEN) || (mAction == CONTENT_ACTION_OPEN_TMP) ? - GTK_STOCK_OPEN : _("_Download"); + GTK_STOCK_OPEN : EPHY_STOCK_DOWNLOAD; dialog = gtk_dialog_new_with_buttons ("", parentWindow, GTK_DIALOG_NO_SEPARATOR, -- cgit v1.2.3