Parcourir la source

Make file name extensions lower case for cross-platform support

Linux and UNIX operating systems have case-sensitive filesystems.
This means requests for `.png` cannot find files with `.PNG`,
because they are treated as different files.
Alexander il y a 2 ans
Parent
commit
e5463b369d
2 fichiers modifiés avec 0 ajouts et 0 suppressions
  1. 0 0
      res/Images/Darmstadt.jpg
  2. 0 0
      res/Images/image_not_found.png

+ 0 - 0
res/Images/Darmstadt.JPG → res/Images/Darmstadt.jpg


+ 0 - 0
res/Images/image_not_found.PNG → res/Images/image_not_found.png