greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17961

Show
Ignore:
Timestamp:
2008-11-28 12:30:34 (1 month ago)
Author:
oranfry
Message:

change to splash screen and added greenstone wiki link file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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() );