Spelling error in CEGUI surce code (sort of)

BlitzMax Forums/Brucey's Modules/Spelling error in CEGUI surce code (sort of)

Russell(Posted 2011) [#1]
In bah.mod/cegui.mod/cegui/src there's a file called CEGUIBidiVisualMapping.cpp (note the lower-case 'd'), but in /bah.mod/cegui.mod/cegui/src/source.bmx it is referenced with the line
Import "cegui/src/CEGUIBiDiVisualMapping.cpp"

(Note the UPPER-case 'd').
Since, much to my chagrin, Linux is case-sensitive, it complains that it can't find the file. Renaming it solves the problem.

Maybe we should use all lower-case in source code filenames: It would create fewer problems of this type and would have no negative impact on non-linux Oses.

Just a thought.

Russell