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/ValidatedTextInputRenderer.java

    r15210 r17514  
    3232
    3333public class ValidatedTextInputRenderer extends SwingOutputFieldRenderer {
    34 
    35     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    3634
    3735    protected ValidatedTextInput inputField;
     
    103101    public void renderError() {
    104102        MessageRenderer mr = ctx.getMessageRenderer();
    105         mr.printMessage(res.getString("notCorrectFormat") + "\n\n e.g. "
     103        mr.printMessage(org.tp23.antinstaller.Installer.langPack.getString("notCorrectFormat") + "\n\n e.g. "
    106104                + inputField.getDefaultValue());
    107105        this.jTextField.requestFocus();
Note: See TracChangeset for help on using the changeset viewer.