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 778 by alloc, Tue Apr 2 22:39:07 2013 UTC vs.
Revision 840 by alloc, Tue Apr 30 00:05:15 2013 UTC

# Line 34 | Line 34 | import net.oni2.platformtools.PlatformIn
34   import net.oni2.platformtools.applicationinvoker.ApplicationInvoker;
35   import net.oni2.platformtools.applicationinvoker.DotNet;
36   import net.oni2.platformtools.applicationinvoker.EExeType;
37 + import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
38   import net.oni2.svnaccess.SVN;
39  
40   import org.javabuilders.swing.SwingJavaBuilder;
# Line 83 | Line 84 | public class AEInstaller2 {
84                  imagesBundle = ResourceBundle.getBundle("net.oni2.aeinstaller.Images");
85                  basicBundle = ResourceBundle
86                                  .getBundle("net.oni2.aeinstaller.AEInstaller");
87 <                globalBundle = ResourceBundle
87 >                globalBundle = UTF8ResourceBundleLoader
88                                  .getBundle("net.oni2.aeinstaller.localization.Global");
89          }
90  

Diff Legend

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