diff --git a/JPEGView/Config/JPEGView.ini b/JPEGView/Config/JPEGView.ini index 07a054ed..72d936cf 100644 --- a/JPEGView/Config/JPEGView.ini +++ b/JPEGView/Config/JPEGView.ini @@ -212,7 +212,7 @@ DownSamplingFilter=BestQuality ; Sorting order of the files when displaying the image files in a folder ; Can be LastModDate, CreationDate, FileName, FileSize or Random -FileDisplayOrder=LastModDate +FileDisplayOrder=FileName ; Sort files upcounting or downcounting IsSortedUpcounting=true @@ -463,4 +463,4 @@ UserCmd0="KeyCode: Shift+Del Cmd: 'cmd /c del %filename%' Confirm: 'Do you reall ; For an explanation of the different options, refer to the user command documentation above. ; Notice: Open with commands should be added to the user INI file, not to this global INI file ; Example for a menu entry that opens the current image in MS Paint: -;OpenWith0="Cmd: 'C:\WINDOWS\system32\mspaint.exe %filename%' Menuitem: 'Microsoft Paint' Flags: 'ShellExecute'" \ No newline at end of file +;OpenWith0="Cmd: 'C:\WINDOWS\system32\mspaint.exe %filename%' Menuitem: 'Microsoft Paint' Flags: 'ShellExecute'"