Ignore:
Timestamp:
2008-10-10T09:05:07+13:00 (16 years ago)
Author:
oranfry
Message:

changes to the way ant-installer loads and reloads the language packs, and a new attribute to the select input which triggers it to change the language to the input value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/antinstaller/selfextract/ProgressIndicator.java

    r15210 r17514  
    5252
    5353    public static final String IMAGE_RESOURCE = "/resources/extract-image.png";
    54     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    5554
    5655    private JPanel jPanel1 = new JPanel();
     
    6160    private static int PAGE_WIDTH = 160;
    6261    private static int PAGE_HEIGHT = 110; // 35 is text + bar
    63     private String title = res.getString("extracting");
     62    private String title = org.tp23.antinstaller.Installer.langPack.getString("extracting");
    6463    private JLabel imagePanel = new JLabel();
    6564    GridBagLayout gridBagLayout1 = new GridBagLayout();
Note: See TracChangeset for help on using the changeset viewer.