diff options
| author | mucek4 <tomaz@gorenc.org> | 2012-12-12 13:26:56 +0100 |
|---|---|---|
| committer | mucek4 <tomaz@gorenc.org> | 2012-12-12 13:26:56 +0100 |
| commit | 58ff855100a554c1be254012f055ed2a0dc7de39 (patch) | |
| tree | e3e0a58b193598550616b89cddf48a261638f042 /main/src/cgeo/geocaching/enumerations | |
| parent | b28a4d367b20db4f08a4814c99bae2db43c2ea8d (diff) | |
| download | cgeo-58ff855100a554c1be254012f055ed2a0dc7de39.zip cgeo-58ff855100a554c1be254012f055ed2a0dc7de39.tar.gz cgeo-58ff855100a554c1be254012f055ed2a0dc7de39.tar.bz2 | |
Visited TB fix #2244
Diffstat (limited to 'main/src/cgeo/geocaching/enumerations')
| -rw-r--r-- | main/src/cgeo/geocaching/enumerations/LogType.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/enumerations/LogType.java b/main/src/cgeo/geocaching/enumerations/LogType.java index 88dcfd8..67982f7 100644 --- a/main/src/cgeo/geocaching/enumerations/LogType.java +++ b/main/src/cgeo/geocaching/enumerations/LogType.java @@ -32,7 +32,7 @@ public enum LogType { UPDATE_COORDINATES(47, "47", "update coordinates", R.string.log_update), DISCOVERED_IT(48, "48", "discovered it", R.string.log_discovered), POST_REVIEWER_NOTE(18, "68", "post reviewer note", R.string.log_reviewer), - VISIT(1001, "1001", "visit", R.string.log_tb_visit), + VISIT(1001, "75", "visit", R.string.log_tb_visit), WEBCAM_PHOTO_TAKEN(11, "11", "webcam photo taken", R.string.log_webcam), ANNOUNCEMENT(74, "74", "announcement", R.string.log_announcement), MOVE_COLLECTION(69, "69", "unused_collection", R.string.log_movecollection), |
