diff -r 2e3d3ce01487 -r a4d95d2c2540 startupservices/SplashScreen/src/SplashScreen.cpp --- a/startupservices/SplashScreen/src/SplashScreen.cpp Tue Feb 02 10:12:00 2010 +0200 +++ b/startupservices/SplashScreen/src/SplashScreen.cpp Mon Feb 08 13:38:38 2010 +0000 @@ -361,7 +361,11 @@ if ( !err ) { TRACES("CMainWindow::ConstructL(): Image found"); +#ifdef USE_SF_SPLASH_ENUM + iBitmap = AknIconUtils::CreateIconL( fp->FullName(), EMbmSplashscreenSf_startup_screen ); +#else iBitmap = AknIconUtils::CreateIconL( fp->FullName(), EMbmSplashscreenQgn_startup_screen ); +#endif AknIconUtils::ExcludeFromCache(iBitmap); AknIconUtils::SetSize( iBitmap, iRect.Size(), EAspectRatioPreservedAndUnusedSpaceRemoved ); }