aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Waypoint.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-05-24 12:39:05 +0200
committerArne Schwabe <arne@rfc2549.org>2014-05-24 12:47:45 +0200
commit2b2a2e19e1793ae79f80c8e520fb36a56e576e29 (patch)
tree94e35a34b1b870e21bdf2ec6a695f9237bd08f0b /main/src/cgeo/geocaching/Waypoint.java
parentcadf1bb896976c5dc04cfd4b1615ad694fec3415 (diff)
downloadcgeo-2b2a2e19e1793ae79f80c8e520fb36a56e576e29.zip
cgeo-2b2a2e19e1793ae79f80c8e520fb36a56e576e29.tar.gz
cgeo-2b2a2e19e1793ae79f80c8e520fb36a56e576e29.tar.bz2
Implement a small internal browser (using webview) and allow the user to pick the user to select an internal/external browser if c:geo is the default of the geocaching url
Diffstat (limited to 'main/src/cgeo/geocaching/Waypoint.java')
-rw-r--r--main/src/cgeo/geocaching/Waypoint.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Waypoint.java b/main/src/cgeo/geocaching/Waypoint.java
index efedff5..275882f 100644
--- a/main/src/cgeo/geocaching/Waypoint.java
+++ b/main/src/cgeo/geocaching/Waypoint.java
@@ -157,7 +157,7 @@ public class Waypoint implements IWaypoint {
}
public String getUrl() {
- return "http://www.geocaching.com//seek/cache_details.aspx?wp=" + geocode;
+ return "http://www.geocaching.com/seek/cache_details.aspx?wp=" + geocode;
}
@Override