qtinternetradio/ui/src/irhistoryview.cpp
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 12 608f67c22514
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
   320     }
   320     }
   321 }
   321 }
   322 
   322 
   323 void IRHistoryView::modelChanged()
   323 void IRHistoryView::modelChanged()
   324 {
   324 {
   325     QString headingStr = hbTrId("Station History") + " (" + QString::number(iModel->rowCount()) + ")";  
   325 #ifdef SUBTITLE_STR_BY_LOCID
       
   326     QString headingStr = hbTrId("txt_irad_subtitle_recently_played_stations") + " (" + QString::number(iModel->rowCount()) + ")"; 
       
   327 #else
       
   328     QString headingStr = hbTrId("Recently played stations") + " (" + QString::number(iModel->rowCount()) + ")";
       
   329 #endif
       
   330   
   326     setHeadingText(headingStr);
   331     setHeadingText(headingStr);
   327 }
   332 }
   328  
   333  
   329 void IRHistoryView::actionClicked(HbAction *aAction)
   334 void IRHistoryView::actionClicked(HbAction *aAction)
   330 {
   335 {