Changeset 629 for AE/installer2/src/net/oni2/aeinstaller/gui/downloadwindow
- Timestamp:
- Jan 18, 2013, 12:17:17 PM (12 years ago)
- 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 24 24 private static final long serialVersionUID = 9097967828001263776L; 25 25 26 private ResourceBundle bundle = ResourceBundle.getBundle(getClass() 27 .getName()); 26 private ResourceBundle bundle = ResourceBundle 27 .getBundle("net.oni2.aeinstaller.localization." 28 + getClass().getSimpleName()); 28 29 @SuppressWarnings("unused") 29 30 private BuildResult result = SwingJavaBuilder.build(this, bundle);
Note:
See TracChangeset
for help on using the changeset viewer.