aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/desktop-file/plugin.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/desktop-file/plugin.cpp b/plugins/desktop-file/plugin.cpp
index d8ac80f38..d9c6bb531 100644
--- a/plugins/desktop-file/plugin.cpp
+++ b/plugins/desktop-file/plugin.cpp
@@ -34,6 +34,8 @@
#include <gtk/gtkwindow.h>
#include <gtk/gtkmessagedialog.h>
+#include "ephy-stock-icons.h"
+
#include <npupp.h>
#include <nsCOMPtr.h>
#include <nsIDOMWindow.h>
@@ -206,7 +208,7 @@ show_error_dialog (NPP instance,
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
secondary_text);
- gtk_window_set_icon_name (GTK_WINDOW (dialog), "web-browser");
+ gtk_window_set_icon_name (GTK_WINDOW (dialog), EPHY_STOCK_EPHY);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);