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

    r15210 r17514  
    3333    extends SwingOutputFieldRenderer {
    3434
    35     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    36    
    3735    protected DateInput inputField;
    3836
     
    9694    public void renderError() {
    9795        MessageRenderer mr = ctx.getMessageRenderer();
    98         mr.printMessage(res.getString("notCorrectFormat") + "\n\n " + inputField.getDateFormat());
     96        mr.printMessage(org.tp23.antinstaller.Installer.langPack.getString("notCorrectFormat") + "\n\n " + inputField.getDateFormat());
    9997        //fixed BUG1295944 mr.printMessage("The field is not of the correct format\n\n "+inputField.getDateFormat());
    10098        this.jTextField.requestFocus();
Note: See TracChangeset for help on using the changeset viewer.