diff options
author | Pablo Barciela <[email protected]> | 2018-01-18 23:24:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-02-08 21:34:17 +0100 |
commit | 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e (patch) | |
tree | 136751a6809f3f9dc590c4fc8f0a588e7e86e190 /plugins/sort | |
parent | 29d362e10ff63935fa1ecc12a0156b43fd3c11b9 (diff) | |
download | pluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.bz2 pluma-2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e.tar.xz |
avoid deprecated GtkStock
Diffstat (limited to 'plugins/sort')
-rw-r--r-- | plugins/sort/pluma-sort-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |