]> git.mxchange.org Git - simgear.git/commit
Fix sg_dir dot-file handling
authorThorstenB <brehmt@gmail.com>
Sun, 21 Aug 2011 12:30:28 +0000 (14:30 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 21 Aug 2011 12:31:08 +0000 (14:31 +0200)
commitee06c1237495f6a2379dfde0d8113214398b497c
tree68de9f12f6a908d1a619f366cb183a5f6831114d
parent225c2803ac40880178faf4e13bf92c14f9f969a3
Fix sg_dir dot-file handling
File dialogs never showed ".." directories for navigation, since these were
filtered by the "INCLUDE_HIDDEN" option. Only the "NO_DOT_OR_DOTDOT"
option should be used for filtering - otherwise it's impossible to show
the "."/".." directories while all other files are still hidden.
simgear/misc/sg_dir.cxx