Changeset 30532 in osm for applications/editors/josm/plugins/FastDraw/src
- Timestamp:
- 2014-07-14T04:18:06+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawConfigDialog.java
r29453 r30532 44 44 // tr("Autosimplify and save"),tr("Simplify and wait"),tr("Simplify and save"), 45 45 // tr("Save as is")}); 46 JComboBox combo1=new JComboBox(new String[]{tr("Autosimplify"),46 JComboBox<String> combo1=new JComboBox<>(new String[]{tr("Autosimplify"), 47 47 tr("Simplify with initial epsilon"),tr("Save as is")}); 48 48 JCheckBox snapCb=new JCheckBox(tr("Snap to nodes"));
Note:
See TracChangeset
for help on using the changeset viewer.