Fixed a stock icon with newer themes

This commit is contained in:
Pierre Pronchery 2010-10-24 17:34:22 +00:00
parent 94c0400280
commit 9515d8c4e6

View File

@ -124,8 +124,8 @@ static DesktopMenu _menu_view[] =
GDK_CONTROL_MASK, GDK_plus },
{ N_("Zoom out"), G_CALLBACK(on_view_zoom_out), "zoom-out",
GDK_CONTROL_MASK, GDK_minus },
{ N_("Normal size"), G_CALLBACK(on_view_normal_size), "zoom-1",
GDK_CONTROL_MASK, GDK_0 },
{ N_("Normal size"), G_CALLBACK(on_view_normal_size),
"zoom-original", GDK_CONTROL_MASK, GDK_0 },
{ "", NULL, NULL, 0, 0 },
{ N_("_Refresh"), G_CALLBACK(on_view_refresh), GTK_STOCK_REFRESH,
GDK_CONTROL_MASK, GDK_R },