diff options
author | Johannes Schickel | 2011-05-07 15:49:57 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-05-07 15:49:57 +0200 |
commit | 473337effd7992940c0e84e5dc85062d03fa47c0 (patch) | |
tree | 0911565529ae400bdfd4ebd41f1de934ed44d218 /audio/module.mk | |
parent | 3e1b3baaacbf29e2c768879144b0ed36fe605bd8 (diff) | |
download | scummvm-rg350-473337effd7992940c0e84e5dc85062d03fa47c0.tar.gz scummvm-rg350-473337effd7992940c0e84e5dc85062d03fa47c0.tar.bz2 scummvm-rg350-473337effd7992940c0e84e5dc85062d03fa47c0.zip |
GUI: Allow .zip files with case differing from ".zip" as theme files too.
Formerly our code used "hasSuffix" to check for a ".zip" suffix. Since
hasSuffix does a case-sensitive match that would not work, in case the file
was called "scummmodern.ZIP" instead of "scummmodern.zip" for example.
To fix that I am using a case-insensitive matchString instead now.
Diffstat (limited to 'audio/module.mk')
0 files changed, 0 insertions, 0 deletions