From 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Thu, 18 Jan 2018 23:24:59 +0100 Subject: avoid deprecated GtkStock --- plugins/sort/pluma-sort-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sort/pluma-sort-plugin.c') diff --git a/plugins/sort/pluma-sort-plugin.c b/plugins/sort/pluma-sort-plugin.c index 67a3a1ce..49d804bf 100644 --- a/plugins/sort/pluma-sort-plugin.c +++ b/plugins/sort/pluma-sort-plugin.c @@ -90,7 +90,7 @@ static void sort_real (SortDialog *dialog); static const GtkActionEntry action_entries[] = { { "Sort", - GTK_STOCK_SORT_ASCENDING, + "view-sort-ascending", N_("S_ort..."), NULL, N_("Sort the current document or selection"), -- cgit v1.2.1