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

    r15353 r17514  
    2929    implements TextOutputFieldRenderer {
    3030
    31     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    32 
    3331    protected InstallerContext ctx;
    3432    public DateInputRenderer() {
     
    4442
    4543        out.print("   [");
    46         out.print(res.getString("_default_"));
     44        out.print(org.tp23.antinstaller.Installer.langPack.getString("_default_"));
    4745        out.print(":");
    4846        out.print(iField.getDefaultValue());
Note: See TracChangeset for help on using the changeset viewer.