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/modtable/ModTableModel.java

    r608 r629  
    2020        private static final long serialVersionUID = -8278155705802697354L;
    2121
    22         private ResourceBundle bundle = ResourceBundle.getBundle(getClass()
    23                         .getName());
     22        private ResourceBundle bundle = ResourceBundle
     23                        .getBundle("net.oni2.aeinstaller.localization."
     24                                        + getClass().getSimpleName());
    2425
    2526        private Vector<Mod> items = new Vector<Mod>();
Note: See TracChangeset for help on using the changeset viewer.