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 năm trước cách đây
mục cha
commit
e5463b369d
2 tập tin đã thay đổi với 0 bổ sung0 xóa
  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