filemanager/src/filemanager/src/fmsplitview.cpp
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 18 edd66bde63a4
child 25 b7bfdea70ca2
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    57 {
    57 {
    58     HbAction *action = 0;
    58     HbAction *action = 0;
    59 #ifdef FM_CHANGE_ORIENT_ENABLE
    59 #ifdef FM_CHANGE_ORIENT_ENABLE
    60 	action = new HbAction( this );
    60 	action = new HbAction( this );
    61 	action->setObjectName( "rotateAction" );
    61 	action->setObjectName( "rotateAction" );
    62 	action->setText( tr( "Change orientation" ) );
    62 	action->setText( hbTrId( "Change orientation" ) );
    63 	menu()->addAction( action );
    63 	menu()->addAction( action );
    64 #endif
    64 #endif
    65 
    65 
    66 	action = new HbAction( this );
    66 	action = new HbAction( this );
    67 	action->setObjectName( "normalViewAction" );
    67 	action->setObjectName( "normalViewAction" );
    68 	action->setText( tr( "Switch to normal view" ) );
    68 	action->setText( hbTrId( "Switch to normal view" ) );
    69 	menu()->addAction( action );
    69 	menu()->addAction( action );
    70 }
    70 }
    71 
    71 
    72 void FmSplitView::initMainWidget()
    72 void FmSplitView::initMainWidget()
    73 {
    73 {