]> git.sesse.net Git - vlc/commit
skins2: For Linux, correct files that cannot be loaded because of a workaround that...
authorErwan Tulou <erwan10@videolan.org>
Fri, 10 Jul 2009 12:07:12 +0000 (14:07 +0200)
committerErwan Tulou <erwan10@videolan.org>
Fri, 10 Jul 2009 12:34:04 +0000 (14:34 +0200)
commit4f1060a763f08570961e4e0c049132d855d8644d
tree08fa5dc6e0b8fcfb6a1cc9eb41f0941859a99490
parentc0f61b346874fab885d429f756331f7786f606b2
skins2: For Linux, correct files that cannot be loaded because of a workaround that only makes sense on Windows.

Forcefully setting a file name with lower case was inserted to solve an issue that is only true on Windows. On Linux, upper/lower case must not be tampered with.
This resulted in skins like Orangeade.vlt failing to load their fonts on Linux.
modules/gui/skins2/src/ini_file.cpp
modules/gui/skins2/src/theme_loader.cpp