Browse 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 2 years ago
parent
commit
e5463b369d
2 changed files with 0 additions and 0 deletions
  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