vtuis/videotelui/src/commands/tvtuistates.cpp
branchRCL_3
changeset 18 e1a893011fac
parent 0 ed9695c8bcbe
--- a/vtuis/videotelui/src/commands/tvtuistates.cpp	Tue May 25 12:45:10 2010 +0300
+++ b/vtuis/videotelui/src/commands/tvtuistates.cpp	Wed Jun 09 09:44:39 2010 +0300
@@ -112,7 +112,7 @@
     if ( iCameraPref )
         {
         TInt temp;
-	    ret = !iCameraPref->GetBrightness( temp );
+	    ret = !iCameraPref->GetContrast( temp );
         }
     return ret;
     }