diff options
| author | Peter Penz <[email protected]> | 2007-02-07 06:19:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-02-07 06:19:06 +0000 |
| commit | abf8f1917d1ef044cf732eb873ce28bf805f27af (patch) | |
| tree | ed3f3fb25887d849b7d792f7a0f4b166f7681631 /src/dolphinui.rc | |
| parent | ac62df5672f67393bd582edefaeccb0eb89537e8 (diff) | |
Additionally to sorting by name, size and date it is now possible to sort by permissions, owner and group.
svn path=/trunk/playground/utils/dolphin/; revision=631058
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 9bdf9143a..601c9f859 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -26,6 +26,9 @@ <Action name="by_name" /> <Action name="by_size" /> <Action name="by_date" /> + <Action name="by_permissions" /> + <Action name="by_owner" /> + <Action name="by_group" /> <Separator/> <Action name="descending" /> </Menu> |
