diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index 07c6e32c4..352841f4a 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -113,7 +113,9 @@ public: SortByOwner, SortByGroup, SortByType, - MaxSortEnum = SortByType + SortByDestination, + SortByPath, + MaxSortingEnum = SortByPath }; /** |
