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/toolmanager
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/toolmanager/ToolManager.java

    r626 r629  
    3535        private static final long serialVersionUID = 343221630538866384L;
    3636
    37         private ResourceBundle bundle = ResourceBundle.getBundle(getClass()
    38                         .getName());
     37        private ResourceBundle bundle = ResourceBundle
     38                        .getBundle("net.oni2.aeinstaller.localization."
     39                                        + getClass().getSimpleName());
    3940        @SuppressWarnings("unused")
    4041        private BuildResult result = SwingJavaBuilder.build(this, bundle);
Note: See TracChangeset for help on using the changeset viewer.