Skip to content

Commit f8a7e7a

Browse files
committed
Toolbar: find icon: use icon name instead the stock id
1 parent 7e8bb46 commit f8a7e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/caja-navigation-window-menus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ static const GtkToggleActionEntry navigation_toggle_entries[] =
917917
G_CALLBACK (action_show_hide_statusbar_callback),
918918
/* is_active */ TRUE
919919
},
920-
/* name, icon name */ { "Search", "gtk-find",
920+
/* name, icon name */ { "Search", "edit-find",
921921
/* label, accelerator */ N_("_Search for Files..."),
922922
/* Accelerator is in ShowSearch */"",
923923
/* tooltip */ N_("Search documents and folders by name"),

0 commit comments

Comments
 (0)