Skip to content

Commit b5172a3

Browse files
author
raveit65
committed
eom-window: fix deprecated GtkStock usage
1 parent 22f5b20 commit b5172a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/eom-window.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,7 @@ static const GtkActionEntry action_entries_image[] = {
37473747
{ "ImageSaveAs", "document-save-as", N_("Save _As…"), "<control><shift>s",
37483748
N_("Save the selected images with a different name"),
37493749
G_CALLBACK (eom_window_cmd_save_as) },
3750-
{ "ImageOpenContainingFolder", GTK_STOCK_DIRECTORY, N_("Open Containing _Folder"), NULL,
3750+
{ "ImageOpenContainingFolder", "folder", N_("Open Containing _Folder"), NULL,
37513751
N_("Show the folder which contains this file in the file manager"),
37523752
G_CALLBACK (eom_window_cmd_open_containing_folder) },
37533753
{ "ImagePrint", "document-print", N_("_Print…"), "<control>p",

0 commit comments

Comments
 (0)