--- android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2011/04/25 21:22:56 1392 +++ android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2011/04/26 15:53:48 1393 @@ -85,7 +85,7 @@ message.append("By Torben H. Nielsen\n"); MessageBox.showMessage(WelcomeScreen.this, message.toString());*/ - Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.t-hoerup.dk/android/traininfo/")); + Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://t-hoerup.dk/android/traininfo/")); startActivity(browserIntent); }