Ignore:
Timestamp:
Jan 18, 2013, 12:17:17 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.88:

  • Localization files moved to common localization package
Location:
AE/installer2/src/net/oni2/aeinstaller/gui/downloadwindow
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/downloadwindow/Downloader.java

    r606 r629  
    2424        private static final long serialVersionUID = 9097967828001263776L;
    2525
    26         private ResourceBundle bundle = ResourceBundle.getBundle(getClass()
    27                         .getName());
     26        private ResourceBundle bundle = ResourceBundle
     27                        .getBundle("net.oni2.aeinstaller.localization."
     28                                        + getClass().getSimpleName());
    2829        @SuppressWarnings("unused")
    2930        private BuildResult result = SwingJavaBuilder.build(this, bundle);
Note: See TracChangeset for help on using the changeset viewer.