Changeset 31287 in osm for applications/editors
- Timestamp:
- 2015-06-19T21:51:20+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/mirrored_download
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mirrored_download/build.xml
r30962 r31287 5 5 <property name="commit.message" value=""/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="7 575"/>7 <property name="plugin.main.version" value="7722"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java
r30664 r31287 123 123 private MirroredDownloadDialog(Component parent) { 124 124 super(parent); 125 cbDownloadOsmData.setSelected(true); 126 cbDownloadGpxData.setSelected(false); 127 cbDownloadNotes.setSelected(false); 125 128 cbDownloadOsmData.setEnabled(false); 126 129 cbDownloadGpxData.setEnabled(false); 130 cbDownloadNotes.setEnabled(false); 127 131 cbStartup.setEnabled(false); 128 132 }
Note:
See TracChangeset
for help on using the changeset viewer.