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/renderer/swing/LargeSelectInputRenderer.java

    r15210 r17514  
    3030public class LargeSelectInputRenderer
    3131    extends SwingOutputFieldRenderer {
    32 
    33     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    3432
    3533    protected LargeSelectInput inputField;
     
    111109     */
    112110    public void renderError() {
    113         ctx.getMessageRenderer().printMessage(res.getString("notValidSelection"));
     111        ctx.getMessageRenderer().printMessage(org.tp23.antinstaller.Installer.langPack.getString("notValidSelection"));
    114112        optionCombo.requestFocus();
    115113    }
Note: See TracChangeset for help on using the changeset viewer.