qtinternetradio/ui/src/irplaylist.cpp
branchGCC_SURGE
changeset 13 c9471d26c7f2
parent 12 608f67c22514
child 17 38bbf2dcd608
equal deleted inserted replaced
9:bfc95e24a059 13:c9471d26c7f2
   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;