/[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 419 by torben, Thu Oct 8 07:31:37 2009 UTC revision 420 by torben, Thu Oct 8 11:50:46 2009 UTC
# Line 336  public class StationList extends ListAct Line 336  public class StationList extends ListAct
336                                                  dismissDialog(DLG_PROGRESS);                                                  dismissDialog(DLG_PROGRESS);
337                                                                                                    
338                                                  AlertDialog.Builder builder = new AlertDialog.Builder(StationList.this);                                                                                                  AlertDialog.Builder builder = new AlertDialog.Builder(StationList.this);                                                
339                                                  builder.setMessage("GPS fix timed out");                                                  builder.setMessage("Location fix timed out");
340                                                  builder.setCancelable(true);                                                  builder.setCancelable(true);
341                                                  builder.setPositiveButton("Retry", new DialogInterface.OnClickListener() {                                                  builder.setPositiveButton("Retry", new DialogInterface.OnClickListener() {
342                                                          public void onClick(DialogInterface dialog, int id) {                                                          public void onClick(DialogInterface dialog, int id) {

Legend:
Removed from v.419  
changed lines
  Added in v.420

  ViewVC Help
Powered by ViewVC 1.1.20