qtinternetradio/ui/src/irplaylist.cpp
changeset 12 608f67c22514
parent 3 ee64f059b8e1
child 17 38bbf2dcd608
equal deleted inserted replaced
11:f683e24efca3 12:608f67c22514
   240                 item = new IRPlayListItem(currentLine, previousLine, -1);
   240                 item = new IRPlayListItem(currentLine, previousLine, -1);
   241             }
   241             }
   242             else
   242             else
   243             {
   243             {
   244                 //no station name is available
   244                 //no station name is available
   245                 item = new IRPlayListItem(currentLine, hbTrId("txt_irad_info_unnamed"), -1);
   245 #ifdef SUBTITLE_STR_BY_LOCID
       
   246                 item = new IRPlayListItem(currentLine, hbTrId("txt_irad_info_unnamed_station"), -1);
       
   247 #else
       
   248                 item = new IRPlayListItem(currentLine, hbTrId("Unnamed station"), -1);                
       
   249 #endif
   246             }
   250             }
   247             iItemList.append(item);
   251             iItemList.append(item);
   248         }
   252         }
   249         
   253         
   250         previousLine = currentLine;
   254         previousLine = currentLine;