aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-09-30 21:00:23 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-09-30 21:00:23 +0200
commita79bd0ae7e43fa445e3b977750712376a28310a8 (patch)
tree28200f369a124ce81f91f27bd476e25f92ef0c97 /main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java
parentca310f54024439ddcfe07419f9376564522ae969 (diff)
downloadcgeo-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/navi/GoogleMapsDirectionApp.java')
-rw-r--r--main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java b/main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java
index a5b9a94..c4351bb 100644
--- a/main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java
+++ b/main/src/cgeo/geocaching/apps/cache/navi/GoogleMapsDirectionApp.java
@@ -1,8 +1,8 @@
package cgeo.geocaching.apps.cache.navi;
+import cgeo.geocaching.CgeoApplication;
import cgeo.geocaching.IGeoData;
import cgeo.geocaching.R;
-import cgeo.geocaching.CgeoApplication;
import cgeo.geocaching.geopoint.Geopoint;
import cgeo.geocaching.maps.MapProviderFactory;
import cgeo.geocaching.utils.Log;
@@ -14,7 +14,7 @@ import android.net.Uri;
public class GoogleMapsDirectionApp extends AbstractPointNavigationApp {
protected GoogleMapsDirectionApp() {
- super(getString(R.string.cache_menu_maps_directions), null);
+ super(getString(R.string.cache_menu_maps_directions), R.id.cache_app_google_maps_direction, null);
}
@Override