diff -r b023a8d2866a -r ea65f74e6de4 photosgallery/slideshow/engine/inc/shwconstants.h --- a/photosgallery/slideshow/engine/inc/shwconstants.h Thu Jul 15 18:39:01 2010 +0300 +++ b/photosgallery/slideshow/engine/inc/shwconstants.h Thu Aug 19 09:55:03 2010 +0300 @@ -34,9 +34,10 @@ { enum TPlayDirection { - EPlayForwards = 1, // default - EPlayBackwards, - EPlayRandom + // Chronological Order (Older to newer) + EPlayForwards = 0, + // Reverse Chronological Order (Newer to older) + EPlayBackwards = 1 // default }; // Named constants for navigation directions