- Timestamp:
- 2014-01-01T14:42:49+01:00 (11 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r6565 r6590 235 235 if (!tags.containsKey("source")) { 236 236 tags.put("source", Main.map.mapView.getLayerInformationForSourceTag()); 237 System.out.println(tags.get("source"));238 237 } 239 238 dialog.setDefaultChangesetTags(tags); -
trunk/src/org/openstreetmap/josm/gui/io/TagSettingsPanel.java
r6409 r6590 119 119 defaultTags.clear(); 120 120 defaultTags.putAll(tags); 121 tableChanged(null); 121 122 } 122 123
Note:
See TracChangeset
for help on using the changeset viewer.