/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/StationList.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/StationList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 482 by torben, Thu Oct 29 09:38:13 2009 UTC revision 483 by torben, Thu Oct 29 10:49:14 2009 UTC
# Line 138  public class StationList extends ListAct Line 138  public class StationList extends ListAct
138                  String dialogTitle;                  String dialogTitle;
139                  switch (listType) {                  switch (listType) {
140                  case ListNearest:                  case ListNearest:
141                          dialogTitle = "Traininfo DK - Nearby stations";                          dialogTitle = "TrainInfo DK - Nearby stations";
142                          break;                          break;
143                  case ListSearch:                  case ListSearch:
144                          dialogTitle = "Traininfo DK - Search";                          dialogTitle = "TrainInfo DK - Search";
145                          break;                          break;
146                  case ListFavorites:                  case ListFavorites:
147                          dialogTitle = "Traininfo DK - Favorites";                          dialogTitle = "TrainInfo DK - Favorites";
148                          break;                          break;
149                  default:                  default:
150                          dialogTitle = "";//not possible                                                          dialogTitle = "";//not possible                                

Legend:
Removed from v.482  
changed lines
  Added in v.483

  ViewVC Help
Powered by ViewVC 1.1.20