aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgSelectMapfile.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgSelectMapfile.java')
-rw-r--r--src/cgeo/geocaching/cgSelectMapfile.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/cgeo/geocaching/cgSelectMapfile.java b/src/cgeo/geocaching/cgSelectMapfile.java
index 0d9e57c..d119f26 100644
--- a/src/cgeo/geocaching/cgSelectMapfile.java
+++ b/src/cgeo/geocaching/cgSelectMapfile.java
@@ -7,7 +7,11 @@ import android.content.Intent;
import android.os.Bundle;
import android.os.Environment;
-public class cgSelectMapfile extends cgFileList<cgMapfileListAdapter> {
+public class cgSelectMapfile extends FileList<cgMapfileListAdapter> {
+
+ public cgSelectMapfile() {
+ super("map");
+ }
String mapFile;
@@ -40,11 +44,6 @@ public class cgSelectMapfile extends cgFileList<cgMapfileListAdapter> {
}
@Override
- protected String getFileExtension() {
- return "map";
- }
-
- @Override
protected void setTitle() {
setTitle(res.getString(R.string.map_file_select_title));
}