ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp
changeset 1 ceeb73e410b5
parent 0 d11fb78c4374
child 29 bb3bc0aea200
equal deleted inserted replaced
0:d11fb78c4374 1:ceeb73e410b5
    71 
    71 
    72 // Second class constructor
    72 // Second class constructor
    73 void CImagePrintAppUi::ConstructL()
    73 void CImagePrintAppUi::ConstructL()
    74     {
    74     {
    75 	LOG("CImagePrintAppUi::ConstructL BEGIN");
    75 	LOG("CImagePrintAppUi::ConstructL BEGIN");
    76 
    76 	// Add EAknSingleClickCompatible to BaseConstructL function parameter for single click event 
    77     BaseConstructL( EAknEnableSkin | EAppOrientationAutomatic | EAknEnableMSK );	
    77     BaseConstructL( EAknEnableSkin | EAppOrientationAutomatic | EAknEnableMSK | EAknSingleClickCompatible );	
    78   	
    78   	
    79     FeatureManager::InitializeLibL();
    79     FeatureManager::InitializeLibL();
    80 
    80 
    81 	// get the best matching resource for the current locale
    81 	// get the best matching resource for the current locale
    82 	TFileName file(NULL);	
    82 	TFileName file(NULL);