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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.java

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