aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/WaypointPopup.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-09 07:55:33 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-09 07:55:33 +0200
commitdb88f86e0756ea44414a4da9353af36e39d511dc (patch)
tree04b08470abcb2cadb543d466ee378ad14b197671 /main/src/cgeo/geocaching/WaypointPopup.java
parentae27446bcb675c72f0e6be14ae24af0f73067ceb (diff)
downloadcgeo-db88f86e0756ea44414a4da9353af36e39d511dc.zip
cgeo-db88f86e0756ea44414a4da9353af36e39d511dc.tar.gz
cgeo-db88f86e0756ea44414a4da9353af36e39d511dc.tar.bz2
fix #1781: Remove help function
Diffstat (limited to 'main/src/cgeo/geocaching/WaypointPopup.java')
-rw-r--r--main/src/cgeo/geocaching/WaypointPopup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/WaypointPopup.java b/main/src/cgeo/geocaching/WaypointPopup.java
index 43a758f..ad1d981 100644
--- a/main/src/cgeo/geocaching/WaypointPopup.java
+++ b/main/src/cgeo/geocaching/WaypointPopup.java
@@ -23,7 +23,7 @@ public class WaypointPopup extends AbstractPopupActivity {
private TextView waypointDistance = null;
public WaypointPopup() {
- super("c:geo-waypoint-info", R.layout.waypoint_popup);
+ super(R.layout.waypoint_popup);
}
@Override