Changeset 17961
- Timestamp:
- 2008-11-28 12:30:34 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/shared/windows/wrapper/wrapper.cpp
r17937 r17961 164 164 GetObject(g_progress, sizeof(bm), &bm); 165 165 SelectObject(hdcMem, g_progress); 166 BitBlt(hdc, 0, 27 0, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);166 BitBlt(hdc, 0, 276, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY); 167 167 168 168 //paint in the step with transparency … … 344 344 //extract the jar 345 345 string jarLocation = "greenstone.jar"; 346 346 347 347 set_splash_step( "XJAR" ); 348 348 extractResource( "JAR", "JAR", (char*) jarLocation.c_str() );
