diff options
Diffstat (limited to 'src/file-manager/fm-icon-view.c')
-rw-r--r-- | src/file-manager/fm-icon-view.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/file-manager/fm-icon-view.c b/src/file-manager/fm-icon-view.c index 664fd752..b6345018 100644 --- a/src/file-manager/fm-icon-view.c +++ b/src/file-manager/fm-icon-view.c @@ -159,6 +159,13 @@ static const SortCriterion sort_criteria[] = N_("Keep icons sorted by modification date in rows") }, { + CAJA_FILE_SORT_BY_BTIME, + "creation date", + "Sort by Creation Date", + N_("by _Creation Date"), + N_("Keep icons sorted by creation date in rows") + }, + { CAJA_FILE_SORT_BY_EMBLEMS, "emblems", "Sort by Emblems", @@ -1856,6 +1863,12 @@ static const GtkRadioActionEntry arrange_radio_entries[] = CAJA_FILE_SORT_BY_MTIME }, { + "Sort by Creation Date", NULL, + N_("By _Creation Date"), NULL, + N_("Keep icons sorted by creation date in rows"), + CAJA_FILE_SORT_BY_BTIME + }, + { "Sort by Emblems", NULL, N_("By _Emblems"), NULL, N_("Keep icons sorted by emblems in rows"), |