Changeset 17071 for release-kits/shared


Ignore:
Timestamp:
2008-08-29T10:20:37+12:00 (16 years ago)
Author:
oranfry
Message:

corrected an off by one which was stopping causing the wrapper to think bundled java was unavailable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r16203 r17071  
    6565        if ( FindResource(hModule, chunkname, type) == NULL ) {
    6666            chunk_available = false;
     67            break;
    6768        }
    6869    }
     
    323324           
    324325            //yes, JRE is bundled
    325             message.append( "This installer is bundled with a suitible version of java (bundled.version.java)\n");
     326            message.append( "This installer is bundled with a suitible version of java (@bundled.version.java@)\n");
    326327            message.append( "The installer program for this java will now be launched.\n" );
    327328            string title = "Must install java first";
Note: See TracChangeset for help on using the changeset viewer.