aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgSelectMapfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgSelectMapfile.java')
-rw-r--r--main/src/cgeo/geocaching/cgSelectMapfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgSelectMapfile.java b/main/src/cgeo/geocaching/cgSelectMapfile.java
index 3757c4f..ded81a7 100644
--- a/main/src/cgeo/geocaching/cgSelectMapfile.java
+++ b/main/src/cgeo/geocaching/cgSelectMapfile.java
@@ -31,7 +31,7 @@ public class cgSelectMapfile extends FileList<FileSelectionListAdapter> implemen
public void close() {
Intent intent = new Intent();
- intent.putExtra("mapfile", mapFile);
+ intent.putExtra(Intents.EXTRA_MAP_FILE, mapFile);
setResult(RESULT_OK, intent);