diff options
| author | SammysHP <sven@sammyshp.de> | 2013-07-21 12:14:46 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2013-07-21 12:14:46 +0200 |
| commit | 7fd1fe234d7638d45f97348acc3c4f744573dd30 (patch) | |
| tree | da488b117ff60ce584fcedfa59cb9a1b8977773a /main/res | |
| parent | 1ad39511ca7719ea22e203d9c729e2b2bfe58556 (diff) | |
| download | cgeo-7fd1fe234d7638d45f97348acc3c4f744573dd30.zip cgeo-7fd1fe234d7638d45f97348acc3c4f744573dd30.tar.gz cgeo-7fd1fe234d7638d45f97348acc3c4f744573dd30.tar.bz2 | |
Fix #3035: Field note upload "since last export" should be controlled by
c:geo
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/fieldnote_export_dialog.xml | 1 | ||||
| -rw-r--r-- | main/res/values/preference_keys.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/fieldnote_export_dialog.xml b/main/res/layout/fieldnote_export_dialog.xml index 02ab182..9859b0f 100644 --- a/main/res/layout/fieldnote_export_dialog.xml +++ b/main/res/layout/fieldnote_export_dialog.xml @@ -19,7 +19,6 @@ <CheckBox
android:id="@+id/onlynew"
style="@style/checkbox_full"
- android:enabled="false"
android:text="@string/export_fieldnotes_onlynew" />
</LinearLayout>
\ No newline at end of file diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml index eb851bf..0d4e4bb 100644 --- a/main/res/values/preference_keys.xml +++ b/main/res/values/preference_keys.xml @@ -85,4 +85,5 @@ <string name="pref_ocde_tokenpublic">ocde_tokenpublic</string> <string name="pref_temp_ocde_token_secret">ocde-temp-token-secret</string> <string name="pref_temp_ocde_token_public">ocde-temp-token-public</string> + <string name="pref_fieldnoteExportDate">fieldnoteExportDate</string> </resources> |
