aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ContentHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/ContentHandler.cpp')
-rw-r--r--embed/mozilla/ContentHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp
index 3107e5154..248db6056 100644
--- a/embed/mozilla/ContentHandler.cpp
+++ b/embed/mozilla/ContentHandler.cpp
@@ -262,7 +262,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction ()
action_label = (mAction == CONTENT_ACTION_OPEN) ||
(mAction == CONTENT_ACTION_OPEN_TMP) ?
- GTK_STOCK_OPEN : EPHY_STOCK_DOWNLOAD;
+ GTK_STOCK_OPEN : STOCK_DOWNLOAD;
mime_description = gnome_vfs_mime_get_description (mMimeType.get());
if (mime_description == NULL)