diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/toolbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/toolbar.c b/src/toolbar.c index 14ff23cd7..dae06f522 100755 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -384,6 +384,7 @@ toolbar_setup_actions (Toolbar *t) action = g_object_new (EPHY_TYPE_ZOOM_ACTION, "name", "Zoom", "label", _("Zoom"), + "stock_id", GTK_STOCK_ZOOM_IN, "tooltip", _("Adjust the text size"), "zoom", 1.0, NULL); |