Changeset 840 for java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
- Timestamp:
- Apr 30, 2013, 2:05:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r817 r840 77 77 import net.oni2.platformtools.applicationinvoker.ApplicationInvoker; 78 78 import net.oni2.platformtools.applicationinvoker.ERuntimeNotInstalledException; 79 import net.oni2.resourcebundle.UTF8ResourceBundleLoader; 79 80 80 81 import org.javabuilders.BuildResult; … … 92 93 private static final long serialVersionUID = -4027395051382659650L; 93 94 94 private ResourceBundle bundle = ResourceBundle95 private ResourceBundle bundle = UTF8ResourceBundleLoader 95 96 .getBundle("net.oni2.aeinstaller.localization." 96 97 + getClass().getSimpleName()); … … 589 590 execCoreUpdates.add(m); 590 591 tools.add(m); 591 } 592 } else if (!m.isInstalled()) 593 tools.add(m); 592 594 } 593 595 for (Package m : PackageManager.getInstance().getCoreMods()) {
Note:
See TracChangeset
for help on using the changeset viewer.