diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 396942b8f..3ad0b84ed 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -611,7 +611,7 @@ main (int argc, g_set_application_name (_("Web Browser")); /* Set default window icon */ - gtk_window_set_default_icon_name ("web-browser"); + gtk_window_set_default_icon_name (EPHY_STOCK_EPHY); startup_error_quark = g_quark_from_static_string ("epiphany-startup-error"); |