Ignore:
Timestamp:
Apr 30, 2013, 2:05:15 AM (12 years ago)
Author:
alloc
Message:

AEI2.07:

  • Allow for non-ISO-8859-1 characters in properties files (more exactly require them to be UTF8)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.java

    r772 r840  
    1212
    1313import net.oni2.aeinstaller.gui.HTMLLinkLabel;
     14import net.oni2.resourcebundle.UTF8ResourceBundleLoader;
    1415
    1516import org.javabuilders.BuildResult;
     
    2223        private static final long serialVersionUID = 1632257865019785612L;
    2324
    24         private ResourceBundle bundle = ResourceBundle.getBundle(getClass()
     25        private ResourceBundle bundle = UTF8ResourceBundleLoader.getBundle(getClass()
    2526                        .getName());
    2627        @SuppressWarnings("unused")
Note: See TracChangeset for help on using the changeset viewer.