meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrviewerrecurrencedatefield.cpp
branchRCL_3
changeset 22 d620048b4810
parent 18 6b8f3b30d0ec
equal deleted inserted replaced
20:efd4f1afd43e 22:d620048b4810
    83 // -----------------------------------------------------------------------------
    83 // -----------------------------------------------------------------------------
    84 //
    84 //
    85 void CESMRViewerRecurrenceDateField::ConstructL()
    85 void CESMRViewerRecurrenceDateField::ConstructL()
    86     {
    86     {
    87     FUNC_LOG;
    87     FUNC_LOG;
    88     iRepeatTopic = CMRLabel::NewL();
    88     CESMRField::ConstructL( NULL );
    89     iRepeatDate = CMRLabel::NewL();
    89     iRepeatTopic = CMRLabel::NewL( this );
       
    90     iRepeatDate = CMRLabel::NewL( this );
    90 
    91 
    91     iRepeatTopic->SetTextL( KNullDesC );
    92     iRepeatTopic->SetTextL( KNullDesC );
    92     iRepeatDate->SetTextL( KNullDesC );
    93     iRepeatDate->SetTextL( KNullDesC );
    93     }
    94     }
    94 
    95