diff -r 5b238bc8ffb6 -r 01504893d9cb photosgallery/slideshow/engine/inc/shwconstants.h --- a/photosgallery/slideshow/engine/inc/shwconstants.h Wed Sep 15 12:13:06 2010 +0300 +++ b/photosgallery/slideshow/engine/inc/shwconstants.h Wed Oct 13 14:32:09 2010 +0300 @@ -34,10 +34,9 @@ { enum TPlayDirection { - // Chronological Order (Older to newer) - EPlayForwards = 0, - // Reverse Chronological Order (Newer to older) - EPlayBackwards = 1 // default + EPlayForwards = 1, // default + EPlayBackwards, + EPlayRandom }; // Named constants for navigation directions