diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-09-30 21:00:23 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-09-30 21:00:23 +0200 |
| commit | a79bd0ae7e43fa445e3b977750712376a28310a8 (patch) | |
| tree | 28200f369a124ce81f91f27bd476e25f92ef0c97 /main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java | |
| parent | ca310f54024439ddcfe07419f9376564522ae969 (diff) | |
| download | cgeo-a79bd0ae7e43fa445e3b977750712376a28310a8.zip cgeo-a79bd0ae7e43fa445e3b977750712376a28310a8.tar.gz cgeo-a79bd0ae7e43fa445e3b977750712376a28310a8.tar.bz2 | |
#2210: convert cache list menus to resource
Diffstat (limited to 'main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java')
| -rw-r--r-- | main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java b/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java index 39e1963..79a5975 100644 --- a/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java +++ b/main/src/cgeo/geocaching/apps/cache/WhereYouGoApp.java @@ -1,12 +1,12 @@ package cgeo.geocaching.apps.cache; -import cgeo.geocaching.R; import cgeo.geocaching.Geocache; +import cgeo.geocaching.R; import cgeo.geocaching.enumerations.CacheType; public class WhereYouGoApp extends AbstractGeneralApp { public WhereYouGoApp() { - super(getString(R.string.cache_menu_whereyougo), "menion.android.whereyougo"); + super(getString(R.string.cache_menu_whereyougo), R.id.cache_app_whereyougo, "menion.android.whereyougo"); } @Override |
