Ignore:
Timestamp:
2008-11-28T12:30:34+13:00 (15 years ago)
Author:
oranfry
Message:

change to splash screen and added greenstone wiki link file

File:
1 edited

Legend:

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

    r17937 r17961  
    164164            GetObject(g_progress, sizeof(bm), &bm);
    165165            SelectObject(hdcMem, g_progress);
    166             BitBlt(hdc, 0, 270, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
     166            BitBlt(hdc, 0, 276, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
    167167           
    168168            //paint in the step with transparency
     
    344344        //extract the jar
    345345        string jarLocation = "greenstone.jar";
    346                
     346       
    347347        set_splash_step( "XJAR" );
    348348        extractResource( "JAR", "JAR", (char*) jarLocation.c_str() );
Note: See TracChangeset for help on using the changeset viewer.