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

    r15211 r17514  
    3737public class DirectoryInputRenderer
    3838    extends SwingOutputFieldRenderer {
    39 
    40     private static final ResourceBundle res = ResourceBundle.getBundle("resources.LanguagePack");
    4139
    4240    private static final String EMPTY_STRING = "";
     
    119117            }
    120118        });
    121         browseButton.setText(res.getString("selectFolder"));
     119        browseButton.setText(org.tp23.antinstaller.Installer.langPack.getString("selectFolder"));
    122120        browseButton.setPreferredSize(new Dimension(150, SizeConstants.FIELD_HEIGHT));
    123121
Note: See TracChangeset for help on using the changeset viewer.