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/layout | |
| 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/layout')
| -rw-r--r-- | main/res/layout/fieldnote_export_dialog.xml | 1 |
1 files changed, 0 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 |
