aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java')
-rw-r--r--main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java b/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java
index ec6079c..8c16eaf 100644
--- a/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java
+++ b/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java
@@ -4,11 +4,9 @@ import cgeo.geocaching.R;
import cgeo.geocaching.cgCache;
import cgeo.geocaching.enumerations.CacheType;
-import android.content.res.Resources;
-
class WhereYouGoApp extends AbstractGeneralApp {
- WhereYouGoApp(Resources res) {
- super(res.getString(R.string.cache_menu_whereyougo), "menion.android.whereyougo");
+ WhereYouGoApp() {
+ super(getString(R.string.cache_menu_whereyougo), "menion.android.whereyougo");
}
@Override