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

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

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

revision 1570 by torben, Sat Jul 9 07:20:57 2011 UTC revision 1571 by torben, Sat Jul 9 08:31:26 2011 UTC
# Line 237  public class WelcomeScreen extends Activ Line 237  public class WelcomeScreen extends Activ
237                                                    
238                          dlg = new ProgressDialog(WelcomeScreen.this);                          dlg = new ProgressDialog(WelcomeScreen.this);
239                          dlg.setMessage( getText(R.string.welcome_downloadingstations) );                          dlg.setMessage( getText(R.string.welcome_downloadingstations) );
240                          dlg.setCancelable(true);                          dlg.setCancelable(false);
241                          dlg.show();                          dlg.show();
242                  }                  }
243    

Legend:
Removed from v.1570  
changed lines
  Added in v.1571

  ViewVC Help
Powered by ViewVC 1.1.20