aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index e0daae1..1a814b0 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -165,7 +165,7 @@ public class Geocache implements ICache, IWaypoint {
// Images whose URL contains one of those patterns will not be available on the Images tab
// for opening into an external application.
- private final String[] NO_EXTERNAL = new String[]{"geocheck.org"};
+ private final static String[] NO_EXTERNAL = new String[]{"geocheck.org"};
/**
* Create a new cache. To be used everywhere except for the GPX parser