summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-08-11 11:44:06 +0200
committerraveit65 <[email protected]>2018-08-11 11:44:06 +0200
commitb5172a3d28ea2356d06ec3b961d53b7c390ab758 (patch)
tree063975c165cd70ff93756191369691d6f8d81e6a
parent22f5b2067bd2c0e820a12da18502b5e7099e984d (diff)
downloadeom-b5172a3d28ea2356d06ec3b961d53b7c390ab758.tar.bz2
eom-b5172a3d28ea2356d06ec3b961d53b7c390ab758.tar.xz
eom-window: fix deprecated GtkStock usage
-rw-r--r--src/eom-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-window.c b/src/eom-window.c
index f2e3ae3..84598b4 100644
--- a/src/eom-window.c
+++ b/src/eom-window.c
@@ -3747,7 +3747,7 @@ static const GtkActionEntry action_entries_image[] = {
{ "ImageSaveAs", "document-save-as", N_("Save _As…"), "<control><shift>s",
N_("Save the selected images with a different name"),
G_CALLBACK (eom_window_cmd_save_as) },
- { "ImageOpenContainingFolder", GTK_STOCK_DIRECTORY, N_("Open Containing _Folder"), NULL,
+ { "ImageOpenContainingFolder", "folder", N_("Open Containing _Folder"), NULL,
N_("Show the folder which contains this file in the file manager"),
G_CALLBACK (eom_window_cmd_open_containing_folder) },
{ "ImagePrint", "document-print", N_("_Print…"), "<control>p",