Procházet zdrojové kódy

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 před 2 roky
rodič
revize
e5463b369d
2 změnil soubory, kde provedl 0 přidání a 0 odebrání
  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