| 20 |
|
import javax.swing.UIManager; |
| 21 |
|
import javax.swing.UIManager.LookAndFeelInfo; |
| 22 |
|
|
| 23 |
+ |
import net.oni2.aeinstaller.backend.CaseInsensitiveFile; |
| 24 |
|
import net.oni2.aeinstaller.backend.DotNet; |
| 25 |
|
import net.oni2.aeinstaller.backend.Paths; |
| 26 |
|
import net.oni2.aeinstaller.backend.Settings; |
| 64 |
|
} |
| 65 |
|
|
| 66 |
|
private static void initBundles() { |
| 67 |
< |
File localesDir = new File(Paths.getInstallerPath(), "locales"); |
| 67 |
> |
File localesDir = CaseInsensitiveFile.getCaseInsensitiveFile(Paths.getInstallerPath(), "locales"); |
| 68 |
|
if (localesDir.isDirectory()) |
| 69 |
|
addClassPath(localesDir); |
| 70 |
|
imagesBundle = ResourceBundle.getBundle("net.oni2.aeinstaller.Images"); |