phoneapp/phoneuiview/src/cphonebuttonscontroller.cpp
branchRCL_3
changeset 14 24062c24fe38
parent 0 5f000ab63145
child 19 544e34b3255a
--- a/phoneapp/phoneuiview/src/cphonebuttonscontroller.cpp	Fri Feb 19 22:50:26 2010 +0200
+++ b/phoneapp/phoneuiview/src/cphonebuttonscontroller.cpp	Fri Mar 12 15:42:40 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -854,6 +854,13 @@
             maskIndex = EMbmPhoneuiQgn_indi_button_silence_mask;
             break;
             }  
+        case EPhoneInCallCmdShareLiveVideo:
+            {
+            skinId = KAknsIIDQgnIndiButtonVideoShare;
+            fileIndex = EMbmPhoneuiQgn_indi_button_video_share;
+            maskIndex = EMbmPhoneuiQgn_indi_button_video_share_mask;
+            break;
+            }            
 
         default:
             return NULL;