diff options
author | Pablo Barciela <[email protected]> | 2018-04-08 01:43:38 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-04-08 01:43:38 +0200 |
commit | 68ace006c2443c5f4f263bcdb949ad4685a42081 (patch) | |
tree | 5d22debd0b16cee65d20f52f31cfbc24ba673bfa /src/caja-spatial-window.c | |
parent | b70d39475d747b9299985ad8009f80b299e3a3e8 (diff) | |
download | caja-68ace006c2443c5f4f263bcdb949ad4685a42081.tar.bz2 caja-68ace006c2443c5f4f263bcdb949ad4685a42081.tar.xz |
set icon names instead stock ids in some places
Diffstat (limited to 'src/caja-spatial-window.c')
-rw-r--r-- | src/caja-spatial-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = "<control>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..."), "<control>F", N_("Locate documents and folders on this computer by name or content"), G_CALLBACK (action_search_callback) }, |