Ignore:
Timestamp:
2008-10-10T15:06:43+13:00 (16 years ago)
Author:
oranfry
Message:

fixes to the last change and made the selectinput render more nicely

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/swing/LicensePageRenderer.java

    r17514 r17517  
    5353    }
    5454
     55    public void reInstanceInit() {
     56        getNextButton().setText( org.tp23.antinstaller.Installer.langPack.getString( "license.next.text" ) );
     57        getCancelButton().setText( org.tp23.antinstaller.Installer.langPack.getString( "license.cancel.text" ) );
     58    }
     59
    5560    public void instanceInit() throws Exception {
     61
    5662        String resource = ((LicensePage)page).getResource();
    5763        InputStream licensein = this.getClass().getResourceAsStream(resource);
Note: See TracChangeset for help on using the changeset viewer.