ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 749 by alloc, Tue Mar 26 17:26:41 2013 UTC vs.
Revision 753 by alloc, Thu Mar 28 16:02:25 2013 UTC

# Line 136 | Line 136 | public class AEInstaller2 {
136                          }
137                  }
138  
139                initBundles();
140
141                if (PlatformInformation.getPlatform() == Platform.MACOS)
142                        initMacOS();
143
139                  SettingsManager.setDebug(debug);
140                  SettingsManager.deserializeFromFile(Paths.getSettingsFilename());
141                  SettingsManager.setDebug(debug);
142                  SettingsManager.getInstance().setNoCacheUpdateMode(noCacheUpdate);
143  
144 +                initBundles();
145 +
146 +                if (PlatformInformation.getPlatform() == Platform.MACOS)
147 +                        initMacOS();
148 +
149                  SwingJavaBuilder.getConfig().addResourceBundle(imagesBundle);
150                  SwingJavaBuilder.getConfig().addResourceBundle(basicBundle);
151                  SwingJavaBuilder.getConfig().addResourceBundle(globalBundle);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)