diff options
| author | koem <koem@petoria.de> | 2013-07-29 19:58:25 +0200 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2013-07-29 19:58:25 +0200 |
| commit | 3d4f9b953f30b38c2e3f1682efb52b501e7937a0 (patch) | |
| tree | 625e30ed24df9f328feee30709cc617dfcfdb0b9 /main/res/xml | |
| parent | f12817b9c2834bb7e6fa51bd93540896c4ceb865 (diff) | |
| download | cgeo-3d4f9b953f30b38c2e3f1682efb52b501e7937a0.zip cgeo-3d4f9b953f30b38c2e3f1682efb52b501e7937a0.tar.gz cgeo-3d4f9b953f30b38c2e3f1682efb52b501e7937a0.tar.bz2 | |
Fixes #3042 - "Logs without colors" would be better placed in "Appearance" instead of "CacheDetails"
moved settings to appearance
Diffstat (limited to 'main/res/xml')
| -rw-r--r-- | main/res/xml/preferences.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index a063b43..f421e9e 100644 --- a/main/res/xml/preferences.xml +++ b/main/res/xml/preferences.xml @@ -158,6 +158,11 @@ android:summary="@string/init_summary_address" android:defaultValue="true" /> <CheckBoxPreference + android:key="@string/pref_plainLogs" + android:title="@string/init_plain_logs" + android:summary="@string/init_summary_plain_logs" + android:defaultValue="false" /> + <CheckBoxPreference android:key="@string/pref_useenglish" android:title="@string/init_useenglish" android:summary="@string/init_summary_useenglish" @@ -209,11 +214,6 @@ android:title="@string/init_disabled" android:summary="@string/init_summary_disabled" android:defaultValue="false" /> - <CheckBoxPreference - android:key="@string/pref_plainLogs" - android:title="@string/init_plain_logs" - android:summary="@string/init_summary_plain_logs" - android:defaultValue="false" /> </PreferenceScreen> |
