aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/SelectMapfileActivity.java
diff options
context:
space:
mode:
authorkoem <koem@petoria.de>2013-05-01 18:28:52 -0500
committerkoem <koem@petoria.de>2013-05-01 18:28:52 -0500
commitf7fb7e91cbfb14a473220a544e469d1a1581288f (patch)
tree4d0d36b2196cef4eda4705775fc1bb949b9ca8db /main/src/cgeo/geocaching/SelectMapfileActivity.java
parent9eae0750719e94dab9dae6540095e19fa7b11ff9 (diff)
parent74fce89a36e8d130851145941459966aed1176c3 (diff)
downloadcgeo-f7fb7e91cbfb14a473220a544e469d1a1581288f.zip
cgeo-f7fb7e91cbfb14a473220a544e469d1a1581288f.tar.gz
cgeo-f7fb7e91cbfb14a473220a544e469d1a1581288f.tar.bz2
Merge branch 'master' into issue2662-leichtes-klettern
Conflicts: .gitignore
Diffstat (limited to 'main/src/cgeo/geocaching/SelectMapfileActivity.java')
-rw-r--r--main/src/cgeo/geocaching/SelectMapfileActivity.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/cgeo/geocaching/SelectMapfileActivity.java b/main/src/cgeo/geocaching/SelectMapfileActivity.java
index 9557f3e..aa6d46a 100644
--- a/main/src/cgeo/geocaching/SelectMapfileActivity.java
+++ b/main/src/cgeo/geocaching/SelectMapfileActivity.java
@@ -55,11 +55,6 @@ public class SelectMapfileActivity extends AbstractFileListActivity<FileSelectio
}
@Override
- protected void setTitle() {
- setTitle(res.getString(R.string.map_file_select_title));
- }
-
- @Override
public String getCurrentFile() {
return mapFile;
}