diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-file-management-properties.c | 6 | ||||
-rw-r--r-- | src/caja-file-management-properties.ui | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c index 1e2b91db..f035c8ef 100644 --- a/src/caja-file-management-properties.c +++ b/src/caja-file-management-properties.c @@ -96,11 +96,15 @@ static const char * const zoom_values[] = static const char * const sort_order_values[] = { + "manually", "name", + "directory", "size", "type", - "modification_date", + "mtime", + "atime", "emblems", + "trash-time", NULL }; diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index f124a547..c810d57e 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -26,6 +26,9 @@ <col id="0" translatable="yes">By Name</col> </row> <row> + <col id="0" translatable="yes">By Path</col> + </row> + <row> <col id="0" translatable="yes">By Size</col> </row> <row> @@ -35,8 +38,14 @@ <col id="0" translatable="yes">By Modification Date</col> </row> <row> + <col id="0" translatable="yes">By Access Date</col> + </row> + <row> <col id="0" translatable="yes">By Emblems</col> </row> + <row> + <col id="0" translatable="yes">By Trashed Date</col> + </row> </data> </object> <object class="GtkListStore" id="model3"> |