diff -r bac7acad7cb3 -r 2c87b2808fd7 camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp --- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp Wed Sep 01 12:30:54 2010 +0100 +++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp Tue Sep 14 20:46:07 2010 +0300 @@ -535,7 +535,7 @@ if( iSettingType == ECamSettingItemVideoQuality ) { - if ( CamUtility::IsNhdDevice() ) + if ( AknLayoutUtils::PenEnabled() ) { TouchLayoutVideo(); } @@ -549,7 +549,7 @@ } else // iSettingType == ECamSettingItemPhotoQuality { - if ( CamUtility::IsNhdDevice() ) + if ( AknLayoutUtils::PenEnabled() ) { TouchLayoutPhoto(); } @@ -653,7 +653,7 @@ // get positioning info if ( iSettingType == ECamSettingItemVideoQuality ) { - if ( CamUtility::IsNhdDevice() ) + if ( AknLayoutUtils::PenEnabled() ) { layout = GetTouchVideoLegendLayout( Rect(), i/2 + aNumSliderValues ); @@ -666,7 +666,7 @@ } else { - if ( CamUtility::IsNhdDevice() ) + if ( AknLayoutUtils::PenEnabled() ) { if ( IsThreeTicksSlider() ) {