aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-01-23 17:54:08 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-01-23 17:54:08 +0100
commit33f8518ae6928304d92957bded6b0039884ea603 (patch)
treeb520865fbaeefaa5e1b5cd4ec37cc0c40970e5d7 /main/res/xml
parent3415cf026e8ec8d7124f92b46f0706fc0fb8e04b (diff)
downloadcgeo-33f8518ae6928304d92957bded6b0039884ea603.zip
cgeo-33f8518ae6928304d92957bded6b0039884ea603.tar.gz
cgeo-33f8518ae6928304d92957bded6b0039884ea603.tar.bz2
fix #3391: Move GCVote enablement to GCVote settings
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index ddd3dff..454574e 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -201,6 +201,11 @@
</PreferenceScreen>
<PreferenceScreen android:title="@string/init_gcvote" >
<PreferenceCategory android:title="@string/settings_settings" >
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="@string/pref_ratingwanted"
+ android:summary="@string/init_summary_ratingwanted"
+ android:title="@string/init_ratingwanted" />
<cgeo.geocaching.settings.EditPasswordPreference
android:dialogTitle="@string/init_password"
android:hint="@string/init_password"
@@ -317,11 +322,6 @@
android:title="@string/init_autoload" />
<CheckBoxPreference
android:defaultValue="true"
- android:key="@string/pref_ratingwanted"
- android:summary="@string/init_summary_ratingwanted"
- android:title="@string/init_ratingwanted" />
- <CheckBoxPreference
- android:defaultValue="true"
android:key="@string/pref_friendlogswanted"
android:summary="@string/init_summary_friendlogswanted"
android:title="@string/init_friendlogswanted" />