diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-08-06 18:32:47 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-08-06 18:32:47 +0200 |
| commit | d08f8540f183aee11564f9bd186140a552da4521 (patch) | |
| tree | 80b12056351a6a9e835f0897c770abe3886e4cd2 /main/res/xml | |
| parent | c323445a9c1c7e834b36cbb59dc1ecfe7aaa771a (diff) | |
| download | cgeo-d08f8540f183aee11564f9bd186140a552da4521.zip cgeo-d08f8540f183aee11564f9bd186140a552da4521.tar.gz cgeo-d08f8540f183aee11564f9bd186140a552da4521.tar.bz2 | |
fix #3110: Increase default for waypoints in map
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index a83cae6..7cf3385 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -260,7 +260,7 @@ android:summary="@string/init_showwaypoint_description" android:selectable="false" /> <cgeo.geocaching.settings.WpThresholdPreference - android:key="@string/pref_gcshowwaypointsthreshold" + android:key="@string/pref_showwaypointsthreshold" android:layout="@layout/wp_threshold_preference" /> <CheckBoxPreference |
