diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-01 18:16:39 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-01 18:16:39 +0200 |
| commit | f49e0258af7ad5a20a52d134ced6cd749279a0b2 (patch) | |
| tree | 215cf535c5ca71065d69c88fc864bab9216fb4b6 /main/src | |
| parent | 6b52fc0b654c6e7af12ab8fd383b7e35ed43c312 (diff) | |
| parent | 0ca83530cd0af280dc11ac7177898d2edeb873ce (diff) | |
| download | cgeo-f49e0258af7ad5a20a52d134ced6cd749279a0b2.zip cgeo-f49e0258af7ad5a20a52d134ced6cd749279a0b2.tar.gz cgeo-f49e0258af7ad5a20a52d134ced6cd749279a0b2.tar.bz2 | |
Merge branch 'release'
Diffstat (limited to 'main/src')
| -rw-r--r-- | main/src/cgeo/geocaching/enumerations/CacheType.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/CacheType.java b/main/src/cgeo/geocaching/enumerations/CacheType.java index 31eb68a..c7a9130 100644 --- a/main/src/cgeo/geocaching/enumerations/CacheType.java +++ b/main/src/cgeo/geocaching/enumerations/CacheType.java @@ -25,7 +25,7 @@ public enum CacheType { WEBCAM("webcam", "Webcam Cache", "31d2ae3c-c358-4b5f-8dcd-2185bf472d3d", R.string.webcam, R.drawable.type_webcam), VIRTUAL("virtual", "Virtual Cache", "294d4360-ac86-4c83-84dd-8113ef678d7e", R.string.virtual, R.drawable.type_virtual), WHERIGO("wherigo", "Wherigo Cache", "0544fa55-772d-4e5c-96a9-36a51ebcf5c9", R.string.wherigo, R.drawable.type_wherigo), - LOSTANDFOUND("lostfound", "Lost & Found", "3ea6533d-bb52-42fe-b2d2-79a3424d4728", R.string.lostfound, R.drawable.type_event), // icon missing + LOSTANDFOUND("lostfound", "Lost and Found Event Cache", "3ea6533d-bb52-42fe-b2d2-79a3424d4728", R.string.lostfound, R.drawable.type_event), // icon missing PROJECT_APE("ape", "Project Ape Cache", "2555690d-b2bc-4b55-b5ac-0cb704c0b768", R.string.ape, R.drawable.type_ape), GCHQ("gchq", "Groundspeak HQ", "416f2494-dc17-4b6a-9bab-1a29dd292d8c", R.string.gchq, R.drawable.type_hq), GPS_EXHIBIT("gps", "GPS Adventures Exhibit", "72e69af2-7986-4990-afd9-bc16cbbb4ce3", R.string.gps, R.drawable.type_event), // icon missing |
