From 68ace006c2443c5f4f263bcdb949ad4685a42081 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 8 Apr 2018 01:43:38 +0200 Subject: set icon names instead stock ids in some places --- src/caja-spatial-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-spatial-window.c') diff --git a/src/caja-spatial-window.c b/src/caja-spatial-window.c index 45421708..e5e431e7 100644 --- a/src/caja-spatial-window.c +++ b/src/caja-spatial-window.c @@ -958,7 +958,7 @@ static const GtkActionEntry spatial_entries[] = "b", N_("Display a window that allows editing the bookmarks in this menu"), G_CALLBACK (action_edit_bookmarks_callback) }, - /* name, icon name, label */ { "Search", "gtk-find", N_("_Search for Files..."), + /* name, icon name, label */ { "Search", "edit-find", N_("_Search for Files..."), "F", N_("Locate documents and folders on this computer by name or content"), G_CALLBACK (action_search_callback) }, -- cgit v1.2.1