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

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

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

revision 1709 by torben, Tue Mar 6 11:02:04 2012 UTC revision 1710 by torben, Tue Mar 6 12:29:26 2012 UTC
# Line 412  public class DepartureList extends ListA Line 412  public class DepartureList extends ListA
412                  } else {                  } else {
413                          item = menu.add(0, MENU_FAVORITES_REMOVE, 0, getString(dk.thoerup.traininfo.R.string.stationlist_removefavorite) );                          item = menu.add(0, MENU_FAVORITES_REMOVE, 0, getString(dk.thoerup.traininfo.R.string.stationlist_removefavorite) );
414                  }                  }
415                    item.setIcon(android.R.drawable.ic_menu_save);                  
416                  /////////////////////////////                  /////////////////////////////
417                                    
418                  if (station.isMetro()) {                  if (station.isMetro()) {

Legend:
Removed from v.1709  
changed lines
  Added in v.1710

  ViewVC Help
Powered by ViewVC 1.1.20